updated doc

This commit is contained in:
Michele Caini
2019-09-09 22:42:54 +02:00
parent 4d1ad8f749
commit 0813bb1a28

View File

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