|
constexpr Color | bin (std::size_t) const |
| Find the substring that contains a value.
|
|
constexpr std::pair< Color, std::size_t > | invert (std::size_t i) const |
| Express a value in terms of its containing substring.
|
|
constexpr std::size_t | operator() (Color) const |
| Return the start of a substring.
|
|
constexpr iota_view< std::size_t > | operator[] (Color c) const |
| Return a substring.
|
|
constexpr Color | size () const |
| Return the number of substrings.
|
|
constexpr std::size_t | total () const |
| Return the length of the overall prefix.
|
|
template<class D>
struct flecsi::util::map_base< D >
A partition of some prefix of the whole numbers into substrings.