Template Struct is_function_pointer
Defined in File type_traits.hpp
Inheritance Relationships
Base Type
public std::false_type
Struct Documentation
-
template<typename T>
struct is_function_pointer : public std::false_type Check whether T is a function pointer with arbitrary signature.