template<class _Callable, bool _Is_abstract = false>
template<class _Callable, bool _Is_abstract = false>
_FwdIt const _Ty _Val
Definition: algorithm:1938
template<class _Callable, bool _Is_abstract = false>
template<class... _Types>
result_of< typename _Callable::_MyTy(_Types...)>::type _Call_wrapper< _Callable, _Is_abstract >::operator() |
( |
_Types &&... |
_Args | ) |
const |
|
inline |
436 typename _Callable::_MyTy(_Types...)>::type _Ret;
437 return (this->
_Callee.template _ApplyX<_Ret>(
438 _STD forward<_Types>(_Args)...));
_Callable _Callee
Definition: xrefwrap:414
The documentation for this struct was generated from the following file: