doc: updated doc for handle

This commit is contained in:
Michele Caini
2021-05-06 10:31:43 +02:00
parent daf72a7c61
commit cf522d60ca

View File

@@ -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 {