STLdoc
STLdocumentation
Main Page
Namespaces
Classes
Files
Class List
Class Index
Class Hierarchy
Class Members
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
)
inline
static
1568
{
// INVOKE, implicitly converted to _Rx
1569
return
(
_STD
invoke(
_STD
forward<_Valtys>(_Vals)...));
1570
}
_STD
The documentation for this struct was generated from the following file:
VS2017/inc/
type_traits
Generated on Sat Jul 22 2017 14:36:22 for STLdoc by
1.8.8