tetl 0.1.0
Embedded Template Library
|
Checks whether T is a pointer to object or a pointer to function (but not a pointer to member/member function). Provides the member constant value which is equal to true, if T is a object/function pointer type. Otherwise, value is equal to false. More...
#include <is_pointer.hpp>
Checks whether T is a pointer to object or a pointer to function (but not a pointer to member/member function). Provides the member constant value which is equal to true, if T is a object/function pointer type. Otherwise, value is equal to false.
The behavior of a program that adds specializations for is_pointer or is_pointer_v is undefined.