i18n
Loading...
Searching...
No Matches
Public Types | List of all members
make_index_sequence_impl< 0, I... > Struct Template Reference

when N = 0, stop recursion and define the type alias More...

#include <TypeTraits.hpp>

Public Types

typedef index_sequence< I... > type
 

Detailed Description

template<std::size_t... I>
struct make_index_sequence_impl< 0, I... >

when N = 0, stop recursion and define the type alias

Template Parameters
I

Member Typedef Documentation

◆ type

template<std::size_t... I>
typedef index_sequence<I...> make_index_sequence_impl< 0, I... >::type

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