| 
| template<class _Decayed , class _Ty1 >  | 
| static auto  | _Call (_Decayed _Pmd, _Ty1 &&_Arg1) -> decltype((*_STD forward< _Ty1 >(_Arg1)).*_Pmd) | 
|   | 
constexpr _Ty * addressof(_Ty &_Val) _NOEXCEPT
Definition: xstddef:723
 
_In_ int _Val
Definition: vcruntime_string.h:62
 
_Ty * _Ptr
Definition: type_traits:1611
 
 
 
 
_Ty * _Ptr
Definition: type_traits:1611
 
 
 
 
_Ty * _Ptr
Definition: type_traits:1611
 
 
 
 
template<class _Ty> 
template<class... _Types> 
 
auto invoke(_Callable &&_Obj, _Types &&..._Args) -> decltype(_Invoker< _Callable, _Types...>::_Call(_STD forward< _Callable >(_Obj), _STD forward< _Types >(_Args)...))
Definition: type_traits:1439
 
 
 
 
The documentation for this class was generated from the following file: