|
template<class _Callable , class... _Types> |
static auto | _Call (_Callable &&_Obj, _Types &&..._Args) -> decltype(_STD forward< _Callable >(_Obj)(_STD forward< _Types >(_Args)...)) |
|
template<class _Callable , class... _Types>
static auto _Invoker_functor::_Call |
( |
_Callable && |
_Obj, |
|
|
_Types &&... |
_Args |
|
) |
| -> decltype(_STD forward<_Callable>(_Obj)(
_STD forward<_Types>(_Args)...))
|
|
inlinestatic |
1375 return (
_STD forward<_Callable>(_Obj)(
1376 _STD forward<_Types>(_Args)...));
The documentation for this struct was generated from the following file: