Michele Caini 5 лет назад
Родитель
Сommit
90a97b90bb
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      src/entt/core/any.hpp

+ 1 - 0
src/entt/core/any.hpp

@@ -313,6 +313,7 @@ private:
 
 /**
  * @brief Performs type-safe access to the contained object.
+ * @tparam Type Type to which conversion is required.
  * @param data Target any object.
  * @return The element converted to the requested type.
  */