libstdc++
std::_Mu< reference_wrapper< _Tp >, false, false > Class Template Reference

Public Types

typedef _Tp & result_type
 

Public Member Functions

template<typename _CVRef , typename _Tuple >
result_type operator() (_CVRef &__arg, const _Tuple &) const volatile
 

Detailed Description

template<typename _Tp>
class std::_Mu< reference_wrapper< _Tp >, false, false >

If the argument is reference_wrapper<_Tp>, returns the underlying reference. [TR1 3.6.3/5 bullet 1]

Definition at line 961 of file tr1_impl/functional.


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