Explorar o código

doc: updated doc for handle

Michele Caini %!s(int64=5) %!d(string=hai) anos
pai
achega
cf522d60ca
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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 {