|
tetl 0.1.0
Embedded Template Library
|
Go to the source code of this file.
Classes | |
| struct | 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. More... | |
Namespaces | |
| namespace | etl |
Variables | |
| template<typename T > | |
| constexpr bool | is_pointer_v = is_pointer<T>::value |