NebulaStream  0.6.213
NebulaStream is a data and application management framework for the internet of things
magic_enum_fuse.hpp File Reference
#include "magic_enum.hpp"
Include dependency graph for magic_enum_fuse.hpp:

Namespaces

 magic_enum
 
 magic_enum::detail
 

Functions

template<typename E >
constexpr optional< std::uintmax_t > magic_enum::detail::fuse_one_enum (optional< std::uintmax_t > hash, E value) noexcept
 
template<typename E >
constexpr optional< std::uintmax_t > magic_enum::detail::fuse_enum (E value) noexcept
 
template<typename E , typename... Es>
constexpr optional< std::uintmax_t > magic_enum::detail::fuse_enum (E head, Es... tail) noexcept
 
template<typename... Es>
constexpr auto magic_enum::detail::typesafe_fuse_enum (Es... values) noexcept
 
template<typename... Es>
constexpr auto magic_enum::enum_fuse (Es... values) noexcept