STLdoc
STLdocumentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Static Public Member Functions | List of all members
_Invoker_pmd_object Struct Reference

Static Public Member Functions

template<class _Decayed , class _Ty1 >
static auto _Call (_Decayed _Pmd, _Ty1 &&_Arg1) -> decltype(_STD forward< _Ty1 >(_Arg1).*_Pmd)
 

Member Function Documentation

template<class _Decayed , class _Ty1 >
static auto _Invoker_pmd_object::_Call ( _Decayed  _Pmd,
_Ty1 &&  _Arg1 
) -> decltype(_STD forward<_Ty1>(_Arg1).*_Pmd)
inlinestatic
1351  { // INVOKE a pointer to member data on an object
1352  return (_STD forward<_Ty1>(_Arg1).*_Pmd);
1353  }

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