|
template<class _Decayed , class _Ty1 > |
static auto | _Call (_Decayed _Pmd, _Ty1 &&_Arg1) -> decltype(_STD forward< _Ty1 >(_Arg1).*_Pmd) |
|
template<class _Decayed , class _Ty1 >
static auto _Invoker_pmd_object::_Call |
( |
_Decayed |
_Pmd, |
|
|
_Ty1 && |
_Arg1 |
|
) |
| -> decltype(_STD forward<_Ty1>(_Arg1).*_Pmd)
|
|
inlinestatic |
1352 return (
_STD forward<_Ty1>(_Arg1).*_Pmd);
The documentation for this struct was generated from the following file: