siplasplas
Classes | Public Types | Static Public Attributes | List of all members
cpp::meta::detail::make_index_sequence< Seq, N > Struct Template Reference

Classes

struct  adder
 

Public Types

using type = cat_t< type_t< make_index_sequence< Seq, n >>, fmap_t< adder, type_t< make_index_sequence< Seq, m >>> >
 

Static Public Attributes

static constexpr std::size_t n = (N % 2) ? ((N - 1) / 2) : (N / 2)
 
static constexpr std::size_t m = N - n
 

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