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

Boost MPL implementation. More...

#include <exercise-2-0.hpp>

Public Types

typedef boost::add_reference< typenameboost::add_const< T >::type >::type type
 

Detailed Description

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

Boost MPL implementation.

See also
::add_const_ref

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

Member Typedef Documentation

◆ type

template<typename T >
typedef boost::add_reference<typenameboost::add_const<T>::type>::type exercise_2_0::with_boost::add_const_ref< T >::type

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


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