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

Returns true if T is a pointer to a (non-member) function type. More...

#include <exercise-4-4.hpp>

Inheritance diagram for exercise_4_4::is_pointer_to_function< T >:

Detailed Description

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

Returns true if T is a pointer to a (non-member) function type.

Template Parameters
TThe data-type to examine.

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


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