Alexandria  2.25.0
SDC-CH common library for the Euclid project
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Types | Static Public Member Functions | List of all members
Euclid::_integer_sequence< T, Idx > Struct Template Reference

#include <index_sequence.h>

Public Types

typedef T value_type
 

Static Public Member Functions

static constexpr std::size_t size () noexcept
 

Detailed Description

template<typename T, T... Idx>
struct Euclid::_integer_sequence< T, Idx >

Definition at line 42 of file index_sequence.h.

Member Typedef Documentation

template<typename T , T... Idx>
typedef T Euclid::_integer_sequence< T, Idx >::value_type

Definition at line 43 of file index_sequence.h.

Member Function Documentation

template<typename T , T... Idx>
static constexpr std::size_t Euclid::_integer_sequence< T, Idx >::size ( )
inlinestaticnoexcept

Definition at line 44 of file index_sequence.h.


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