#include "magic_enum.hpp"

Go to the source code of this file.
Namespaces | |
| magic_enum | |
| magic_enum::detail | |
Functions | |
| template<typename... Es> | |
| constexpr auto | magic_enum::enum_fuse (Es... values) noexcept |
| template<typename E , typename... Es> | |
| constexpr optional< std::uintmax_t > | magic_enum::detail::fuse_enum (E head, Es... tail) noexcept |
| template<typename E > | |
| constexpr optional< std::uintmax_t > | magic_enum::detail::fuse_enum (E value) noexcept |
| template<typename E > | |
| constexpr optional< std::uintmax_t > | magic_enum::detail::fuse_one_enum (optional< std::uintmax_t > hash, E value) noexcept |
| template<typename... Es> | |
| constexpr auto | magic_enum::detail::typesafe_fuse_enum (Es... values) noexcept |