std::integer_sequence< _Tp, _Idx >

Section: C Library Functions (3)
Updated: Wed Apr 17 2019
Page Index
 

NAME

std::integer_sequence< _Tp, _Idx > - Class template integer_sequence.

 

SYNOPSIS


 

Public Types


typedef _Tp value_type
 

Static Public Member Functions


static constexpr size_t size () noexcept
 

Detailed Description

 

template<typename _Tp, _Tp... _Idx>


struct std::integer_sequence< _Tp, _Idx >" Class template integer_sequence.

Definition at line 317 of file utility.

 

Author

Generated automatically by Doxygen for libstdc++ from the source code.


 

Index

NAME
SYNOPSIS
Public Types
Static Public Member Functions
Detailed Description
template<typename _Tp, _Tp... _Idx>
Author