Template Struct is_function_pointer

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.