STLdoc
STLdocumentation
|
Public Types | |
typedef _Ty | type |
Public Member Functions | |
reference_wrapper (_Ty &_Val) _NOEXCEPT | |
operator _Ty & () const _NOEXCEPT | |
_Ty & | get () const _NOEXCEPT |
template<class... _Types> | |
auto | operator() (_Types &&..._Args) const -> decltype(_STD invoke(get(), _STD forward< _Types >(_Args)...)) |
reference_wrapper (_Ty &&)=delete | |
Private Attributes | |
_Ty * | _Ptr |
typedef _Ty reference_wrapper< _Ty >::type |
|
inline |
|
delete |
|
inline |
|
inline |
|
inline |
|
private |