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

This is a home-grown implementation to the problem. More...

#include <exercise-2-0.hpp>

Inheritance diagram for exercise_2_0::no_boost::add_const_ref< T >:
exercise_2_0::no_boost::add_const_ref_impl< T, false > exercise_2_0::add_const_ref< T >

Additional Inherited Members

- Public Types inherited from exercise_2_0::no_boost::add_const_ref_impl< T, false >
typedef T const & type
 

Detailed Description

template<typename T>
struct exercise_2_0::no_boost::add_const_ref< T >

This is a home-grown implementation to the problem.

See also
::add_const_ref

Definition at line 74 of file exercise-2-0.hpp.


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