fennec
Loading...
Searching...
No Matches
fennec::is_member_pointer< T >

Check if T is a pointer to a member. More...

#include <type_traits.h>

Inheritance diagram for fennec::is_member_pointer< T >:
[legend]
Collaboration diagram for fennec::is_member_pointer< T >:
[legend]

Detailed Description

template<typename T>
struct fennec::is_member_pointer< T >

Checks if type T is pointer to a member and store it in is_member_function_pointer::value.

Template Parameters
Ttype to check

Additional Inherited Members

- Public Member Functions inherited from fennec::integral_constant< bool_t, ValueV >
constexpr operator bool_t () const noexcept
 cast operator to allow for braced initialization
 
- Static Public Attributes inherited from fennec::integral_constant< bool_t, ValueV >
static constexpr bool_t value
 value of the constant
 

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