|
template<class _Ty2 > |
| _Callable_obj (_Ty2 &&_Val) |
|
template<class _Ret , class... _Types> |
_Ret | _ApplyX (_Types &&..._Args) const |
|
template<class _Ret , class... _Types> |
_Ret | _ApplyX (_Types &&..._Args) |
|
template<class _Ty, bool _Indirect = false>
template<class _Ty, bool _Indirect = false>
template<class _Ty2 >
_Callable_base< _Ty, _Indirect > _Mybase
Definition: xrefwrap:264
_FwdIt const _Ty _Val
Definition: algorithm:1938
template<class _Ty, bool _Indirect = false>
template<class _Ret , class... _Types>
_Ret _Callable_obj< _Ty, _Indirect >::_ApplyX |
( |
_Types &&... |
_Args | ) |
const |
|
inline |
276 return (this->_Get()(
_STD forward<_Types>(_Args)...));
template<class _Ty, bool _Indirect = false>
template<class _Ret , class... _Types>
_Ret _Callable_obj< _Ty, _Indirect >::_ApplyX |
( |
_Types &&... |
_Args | ) |
|
|
inline |
283 return (this->_Get()(
_STD forward<_Types>(_Args)...));
The documentation for this struct was generated from the following file: