Michele Caini 6 лет назад
Родитель
Сommit
0813bb1a28
1 измененных файлов с 4 добавлено и 3 удалено
  1. 4 3
      src/entt/meta/meta.hpp

+ 4 - 3
src/entt/meta/meta.hpp

@@ -1630,9 +1630,10 @@ public:
     }
 
     /**
-     * @brief Indicates whether a given meta type refers to a function type or
-     * not.
-     * @return True if the underlying type is a function, false otherwise.
+     * @brief Indicates whether a given meta type refers to a function pointer
+     * or not.
+     * @return True if the underlying type is a function pointer, false
+     * otherwise.
      */
     bool is_function_pointer() const ENTT_NOEXCEPT {
         return node->is_function_pointer;