C++ Template Metaprogramming
Solutions to the exercises throughout the book
|
A unary metafunction that returns T
if it is a reference type, and otherwise returns T const&
.
More...
#include <exercise-2-0.hpp>
Additional Inherited Members | |
![]() | |
typedef T const & | type |
A unary metafunction that returns T
if it is a reference type, and otherwise returns T const&
.
T | The type to check and modify. |
Definition at line 120 of file exercise-2-0.hpp.