a | magic_enum::containers::bitset< E, Index > | private |
all() const noexcept | magic_enum::containers::bitset< E, Index > | inline |
any() const noexcept | magic_enum::containers::bitset< E, Index > | inline |
base_type typedef | magic_enum::containers::bitset< E, Index > | private |
base_type_count | magic_enum::containers::bitset< E, Index > | privatestatic |
bits_per_base | magic_enum::containers::bitset< E, Index > | privatestatic |
bitset(detail::raw_access_t=raw_access) noexcept | magic_enum::containers::bitset< E, Index > | inlineexplicit |
bitset(detail::raw_access_t, unsigned long long val) | magic_enum::containers::bitset< E, Index > | inlineexplicit |
bitset(detail::raw_access_t, string_view sv, string_view::size_type pos=0, string_view::size_type n=string_view::npos, char_type zero=static_cast< char_type >('0'), char_type one=static_cast< char_type >('1')) | magic_enum::containers::bitset< E, Index > | inlineexplicit |
bitset(detail::raw_access_t, const char_type *str, std::size_t n=~std::size_t{0}, char_type zero=static_cast< char_type >('0'), char_type one=static_cast< char_type >('1')) | magic_enum::containers::bitset< E, Index > | inlineexplicit |
bitset(std::initializer_list< E > starters) | magic_enum::containers::bitset< E, Index > | inline |
bitset(V starter) | magic_enum::containers::bitset< E, Index > | inlineexplicit |
bitset(string_view sv, Cmp &&cmp={}, char_type sep=static_cast< char_type >('|')) | magic_enum::containers::bitset< E, Index > | inlineexplicit |
const_reference typedef | magic_enum::containers::bitset< E, Index > | |
container_type typedef | magic_enum::containers::bitset< E, Index > | |
count() const noexcept | magic_enum::containers::bitset< E, Index > | inline |
flip() noexcept | magic_enum::containers::bitset< E, Index > | inline |
index_type typedef | magic_enum::containers::bitset< E, Index > | |
last_value_max | magic_enum::containers::bitset< E, Index > | privatestatic |
max_size() const noexcept | magic_enum::containers::bitset< E, Index > | inline |
none() const noexcept | magic_enum::containers::bitset< E, Index > | inline |
not_interested | magic_enum::containers::bitset< E, Index > | privatestatic |
operator std::enable_if_t< magic_enum::detail::subtype_v< V >==magic_enum::detail::enum_subtype::flags, E >() const | magic_enum::containers::bitset< E, Index > | inlineexplicit |
operator!=(const bitset &lhs, const bitset &rhs) noexcept | magic_enum::containers::bitset< E, Index > | friend |
operator&(const bitset &lhs, const bitset &rhs) noexcept | magic_enum::containers::bitset< E, Index > | friend |
operator&=(const bitset &other) noexcept | magic_enum::containers::bitset< E, Index > | inline |
operator<<(std::ostream &o, const bitset &bs) | magic_enum::containers::bitset< E, Index > | friend |
operator==(const bitset &lhs, const bitset &rhs) noexcept | magic_enum::containers::bitset< E, Index > | friend |
operator>>(std::istream &i, bitset &bs) | magic_enum::containers::bitset< E, Index > | friend |
operator[](E pos) const | magic_enum::containers::bitset< E, Index > | inline |
operator[](E pos) | magic_enum::containers::bitset< E, Index > | inline |
operator^(const bitset &lhs, const bitset &rhs) noexcept | magic_enum::containers::bitset< E, Index > | friend |
operator^=(const bitset &other) noexcept | magic_enum::containers::bitset< E, Index > | inline |
operator|(const bitset &lhs, const bitset &rhs) noexcept | magic_enum::containers::bitset< E, Index > | friend |
operator|=(const bitset &other) noexcept | magic_enum::containers::bitset< E, Index > | inline |
operator~() const noexcept | magic_enum::containers::bitset< E, Index > | inline |
reference typedef | magic_enum::containers::bitset< E, Index > | |
reset() noexcept | magic_enum::containers::bitset< E, Index > | inline |
reset(E pos) | magic_enum::containers::bitset< E, Index > | inline |
set() noexcept | magic_enum::containers::bitset< E, Index > | inline |
set(E pos, bool value=true) | magic_enum::containers::bitset< E, Index > | inline |
size() const noexcept | magic_enum::containers::bitset< E, Index > | inline |
test(E pos) const | magic_enum::containers::bitset< E, Index > | inline |
to_(detail::raw_access_t) const | magic_enum::containers::bitset< E, Index > | inlineprivate |
to_string(char_type sep=static_cast< char_type >('|')) const | magic_enum::containers::bitset< E, Index > | inline |
to_string(detail::raw_access_t, char_type zero=static_cast< char_type >('0'), char_type one=static_cast< char_type >('1')) const | magic_enum::containers::bitset< E, Index > | inline |
to_ullong(detail::raw_access_t raw) const | magic_enum::containers::bitset< E, Index > | inline |
to_ulong(detail::raw_access_t raw) const | magic_enum::containers::bitset< E, Index > | inline |