STLdoc
STLdocumentation
Main Page
Namespaces
Classes
Files
Class List
Class Index
Class Hierarchy
Class Members
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)
inline
static
1351
{
// INVOKE a pointer to member data on an object
1352
return
(
_STD
forward<_Ty1>(_Arg1).*_Pmd);
1353
}
_STD
The documentation for this struct was generated from the following file:
VS2015/inc/
type_traits
Generated on Mon Jul 24 2017 18:15:54 for STLdoc by
1.8.8