PLaSK library
Loading...
Searching...
No Matches
plask::make_seq_indices_impl< Begin, End, indices< Indices... > > Struct Template Reference

#include <plask/utils/stl.hpp>

Public Types

using type = typename make_seq_indices_impl< Begin+1, End, indices< Indices..., Begin > >::type
 

Detailed Description

template<std::size_t Begin, std::size_t End, std::size_t... Indices>
struct plask::make_seq_indices_impl< Begin, End, indices< Indices... > >

Definition at line 150 of file stl.hpp.

Member Typedef Documentation

◆ type

template<std::size_t Begin, std::size_t End, std::size_t... Indices>
using plask::make_seq_indices_impl< Begin, End, indices< Indices... > >::type = typename make_seq_indices_impl<Begin+1, End,indices<Indices..., Begin> >::type

Definition at line 152 of file stl.hpp.


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