tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
is_member_pointer.hpp File Reference

Go to the source code of this file.

Classes

struct  is_member_pointer< T >
 If T is pointer to non-static member object or a pointer to non-static member function, provides the member constant value equal true. For any other type, value is false. The behavior of a program that adds specializations for is_member_pointer or is_member_pointer_v (since C++17) is undefined. More...
 

Namespaces

namespace  etl
 

Variables

template<typename T>
constexpr bool is_member_pointer_v = is_member_pointer<T>::value