浏览代码

doc: updated doc for handle

Michele Caini 5 年之前
父节点
当前提交
cf522d60ca
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/entt/entity/handle.hpp

+ 1 - 0
src/entt/entity/handle.hpp

@@ -194,6 +194,7 @@ struct basic_handle {
      * @brief Removes the given components from a handle.
      * @sa basic_registry::remove
      * @tparam Component Types of components to remove.
+     * @return The number of components actually removed.
      */
     template<typename... Component>
     size_type remove() const {