Integral type an algorithm counts indices in.
Variables | |
| template<std::unsigned_integral T> | |
| constexpr auto | eve::algo::index_type = (index_type_key = std::type_identity<T>{}) |
|
inlineconstexpr |
#include <eve/module/algo.hpp>| T | Unsigned integral type holding an index. |
Sets the unsigned integral type indices are counted in. By default the type is the smallest one that covers the widest element the algorithm reads, and is never narrower than std::uint16_t, so that the index of a range of bytes is not reset every 255 elements.