Determine if a given T is a function. More...
#include <FunctionTraits.h>
Static Public Attributes | |
| static constexpr bool | value = std::is_function_v<std::remove_pointer_t<T>> || std::is_member_function_pointer_v<T> |
Determine if a given T is a function.
| T | Specific type. |
Definition at line 39 of file FunctionTraits.h.