Geant4 10.7.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
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 109 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 111 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 112 of file Globals.hh.

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

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