소스 검색

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 {