tlx
Loading...
Searching...
No Matches
make_index_sequence_helper< CurrentIndex, Indexes > Struct Template Reference

#include <index_sequence.hpp>

Public Types

using type = typename make_index_sequence_helper< CurrentIndex - 1, CurrentIndex - 1, Indexes... >::type
 

Detailed Description

template<size_t CurrentIndex, size_t... Indexes>
struct tlx::meta_detail::make_index_sequence_helper< CurrentIndex, Indexes >

Definition at line 40 of file index_sequence.hpp.

Member Typedef Documentation

◆ type

template<size_t CurrentIndex, size_t... Indexes>
using type = typename make_index_sequence_helper< CurrentIndex - 1, CurrentIndex - 1, Indexes...>::type

Definition at line 41 of file index_sequence.hpp.


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