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
Public Types
|
Static Public Member Functions
|
List of all members
integer_sequence< _Ty, _Vals > Struct Template Reference
Public Types
typedef _Ty
value_type
Static Public Member Functions
static constexpr
size_t
size
()
_NOEXCEPT
Member Typedef Documentation
template<class _Ty , _Ty... _Vals>
typedef _Ty
integer_sequence
< _Ty, _Vals >::
value_type
Member Function Documentation
template<class _Ty , _Ty... _Vals>
static constexpr
size_t
integer_sequence
< _Ty, _Vals >::size
(
)
inline
static
1276
{
// get length of parameter list
1277
return
(
sizeof
...(_Vals));
1278
}
The documentation for this struct was generated from the following file:
VS2017/inc/
type_traits
Generated on Sat Jul 22 2017 14:37:36 for STLdoc by
1.8.8