tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
is_pointer< T > Struct Template Reference

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>

Inheritance diagram for is_pointer< T >:
integral_constant< bool, B >< false >

Detailed Description

template<typename T>
struct etl::is_pointer< T >

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.


The documentation for this struct was generated from the following file: