STLdoc
STLdocumentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Static Public Member Functions | List of all members
cliext::_Cont_make_value< _Value_t, _Is_ref > Class Template Reference

Static Public Member Functions

static _Value_t make_value (_Value_t%_Val)
 
static void unmake_value (_Value_t%)
 

Member Function Documentation

template<typename _Value_t , bool _Is_ref>
static _Value_t cliext::_Cont_make_value< _Value_t, _Is_ref >::make_value ( _Value_t%  _Val)
inlinestatic
88  { // just return value
89  return (_Val);
90  }
_FwdIt const _Ty _Val
Definition: algorithm:1938
template<typename _Value_t , bool _Is_ref>
static void cliext::_Cont_make_value< _Value_t, _Is_ref >::unmake_value ( _Value_t%  )
inlinestatic
93  { // just do nothing
94  }

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