|
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 | |
Public Types inherited from exercise_2_0::no_boost::add_const_ref_impl< T, false > | |
| 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.