C++ Template Metaprogramming
Solutions to the exercises throughout the book
|
Returns true if T is a reference type to a constant type. More...
#include <exercise-4-4.hpp>
Returns true if T is a reference type to a constant type.
T | The data-type to examine. |
Definition at line 85 of file exercise-4-4.hpp.