aimstil  5.0.5
til::reference_of< T > Struct Template Reference

Returns T::reference or T::const_reference, depending on the constness of T. More...

#include <til/traits.h>

Inheritance diagram for til::reference_of< T >:
Collaboration diagram for til::reference_of< T >:

Additional Inherited Members

- Public Types inherited from til::type_if< boost::is_const< T >::value, T::const_reference, T::reference >
typedef T::const_reference type
 

Detailed Description

template<typename T>
struct til::reference_of< T >

Returns T::reference or T::const_reference, depending on the constness of T.

Definition at line 319 of file traits.h.


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