STLdoc
STLdocumentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Static Public Member Functions | List of all members
_Invoker_functor Struct Reference
Inheritance diagram for _Invoker_functor:
_Invoker1< _Callable, _Ty1, _Decayed, false, false > _Invoker< _Callable >

Static Public Member Functions

template<class _Callable , class... _Types>
static auto _Call (_Callable &&_Obj, _Types &&..._Args) -> decltype(_STD forward< _Callable >(_Obj)(_STD forward< _Types >(_Args)...))
 

Member Function Documentation

template<class _Callable , class... _Types>
static auto _Invoker_functor::_Call ( _Callable &&  _Obj,
_Types &&...  _Args 
) -> decltype(_STD forward<_Callable>(_Obj)( _STD forward<_Types>(_Args)...))
inlinestatic
1374  { // INVOKE a function object
1375  return (_STD forward<_Callable>(_Obj)(
1376  _STD forward<_Types>(_Args)...));
1377  }

The documentation for this struct was generated from the following file: