Loading...
Searching...
No Matches
riot::detail::il_indices< Max, Pos, int_list< Is... > > Struct Template Reference

Recursion step. More...

Detailed Description

template<long Max, long Pos, long... Is>
struct riot::detail::il_indices< Max, Pos, int_list< Is... > >

Recursion step.

Definition at line 58 of file thread_util.hpp.

#include <thread_util.hpp>

Public Types

using type = typename il_indices< Max, Pos+1, int_list< Is..., Pos > >::type
 Append Pos to list and increment for the next step.
 

Member Typedef Documentation

◆ type

template<long Max, long Pos, long... Is>
using riot::detail::il_indices< Max, Pos, int_list< Is... > >::type = typename il_indices<Max, Pos + 1, int_list<Is..., Pos> >::type

Append Pos to list and increment for the next step.

Definition at line 62 of file thread_util.hpp.


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