|
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_pointer::_Call |
( |
_Decayed |
_Pmd, |
|
|
_Ty1 && |
_Arg1 |
|
) |
| -> decltype((*_STD forward<_Ty1>(_Arg1)).*_Pmd)
|
|
inlinestatic |
1363 return ((*
_STD forward<_Ty1>(_Arg1)).*_Pmd);
The documentation for this struct was generated from the following file: