Geant4-11
Public Types | Static Public Member Functions
PTL::mpl::impl::integer_sequence< Tp, Idx > Struct Template Reference

Class template integer_sequence. More...

#include <Globals.hh>

Public Types

typedef Tp value_type
 

Static Public Member Functions

static constexpr size_t size () noexcept
 

Detailed Description

template<typename Tp, Tp... Idx>
struct PTL::mpl::impl::integer_sequence< Tp, Idx >

Class template integer_sequence.

Definition at line 125 of file Globals.hh.

Member Typedef Documentation

◆ value_type

template<typename Tp , Tp... Idx>
typedef Tp PTL::mpl::impl::integer_sequence< Tp, Idx >::value_type

Definition at line 127 of file Globals.hh.

Member Function Documentation

◆ size()

template<typename Tp , Tp... Idx>
static constexpr size_t PTL::mpl::impl::integer_sequence< Tp, Idx >::size ( )
inlinestaticconstexprnoexcept

Definition at line 128 of file Globals.hh.

128{ return sizeof...(Idx); }

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