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

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...

#include <is_member_pointer.hpp>

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

Detailed Description

template<typename T>
struct etl::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.


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