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 integer_sequence< _Ty, _Vals...> type
 
typedef _Ty value_type
 

Static Public Member Functions

static constexpr size_t size () _NOEXCEPT
 

Member Typedef Documentation

template<class _Ty , _Ty... _Vals>
typedef integer_sequence<_Ty, _Vals...> integer_sequence< _Ty, _Vals >::type
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
1200  { // get length of parameter list
1201  return (sizeof...(_Vals));
1202  }

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