Template Class indexing

Class Documentation

template<typename E = void, typename Cmp = std::less<E>, typename = void>
class indexing

Public Static Functions

static inline constexpr const E *begin() noexcept
static inline constexpr const E *end() noexcept
static inline constexpr const E *it(std::size_t i) noexcept
static inline constexpr optional<std::size_t> at(E val) noexcept