tlx
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 32 of file index_sequence.hpp.

Member Typedef Documentation

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

Definition at line 42 of file index_sequence.hpp.


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