STLdoc
STLdocumentation
 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 ( )
inlinestatic
1276  { // get length of parameter list
1277  return (sizeof...(_Vals));
1278  }

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