tlx
make_index_sequence_helper< 0, Indexes... > Struct Template Reference

#include <index_sequence.hpp>

Public Types

using type = index_sequence< Indexes... >
 

Detailed Description

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

Definition at line 35 of file index_sequence.hpp.

Member Typedef Documentation

using type = index_sequence<Indexes...>

Definition at line 36 of file index_sequence.hpp.


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