C++ Template Metaprogramming
Solutions to the exercises throughout the book
|
Returns true if T is a reference to a pointer to a (non-member) function! More...
#include <exercise-4-4.hpp>
Returns true if T is a reference to a pointer to a (non-member) function!
T | The data-type to examine. |
Definition at line 69 of file exercise-4-4.hpp.