C++ Template Metaprogramming
Solutions to the exercises throughout the book
Loading...
Searching...
No Matches

Encapsulate solution for Exercise 4-4. More...

Classes

struct  is_data_member_pointer
 Returns true if T is a pointer, but not a member function pointer. More...
 
struct  is_pointer_to_function
 Returns true if T is a pointer to a (non-member) function type. More...
 
struct  is_reference_to_function_pointer
 Returns true if T is a reference to a pointer to a (non-member) function! More...
 
struct  is_reference_to_non_const
 Returns true if T is a reference type to a constant type. More...
 

Detailed Description

Encapsulate solution for Exercise 4-4.