STLdoc
STLdocumentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Static Public Member Functions | List of all members
_Invoker_ret< _Rx, false > Struct Template Reference

Static Public Member Functions

template<class... _Valtys>
static _Rx _Call (_Valtys &&..._Vals)
 

Member Function Documentation

template<class _Rx >
template<class... _Valtys>
static _Rx _Invoker_ret< _Rx, false >::_Call ( _Valtys &&...  _Vals)
inlinestatic
1568  { // INVOKE, implicitly converted to _Rx
1569  return (_STD invoke(_STD forward<_Valtys>(_Vals)...));
1570  }

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