C++ Template Metaprogramming
Solutions to the exercises throughout the book
Loading...
Searching...
No Matches
exercise_4_4::is_data_member_pointer< T > Struct Template Reference

Returns true if T is a pointer, but not a member function pointer. More...

#include <exercise-4-4.hpp>

Inheritance diagram for exercise_4_4::is_data_member_pointer< T >:

Detailed Description

template<typename T>
struct exercise_4_4::is_data_member_pointer< T >

Returns true if T is a pointer, but not a member function pointer.

Template Parameters
TThe data-type to examine.

Definition at line 42 of file exercise-4-4.hpp.


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