NebulaStream  0.6.213
NebulaStream is a data and application management framework for the internet of things
magic_enum::customize Namespace Reference

Namespaces

 detail
 

Classes

struct  enum_range
 
class  customize_t
 

Functions

template<typename E >
constexpr customize_t enum_name (E) noexcept
 
template<typename E >
constexpr customize_t enum_type_name () noexcept
 
template<typename E >
constexpr bool enum_format_enabled () noexcept
 

Variables

constexpr auto default_tag = customize_t{detail::customize_tag::default_tag}
 
constexpr auto invalid_tag = customize_t{detail::customize_tag::invalid_tag}
 

Function Documentation

◆ enum_format_enabled()

template<typename E >
constexpr bool magic_enum::customize::enum_format_enabled ( )
constexprnoexcept

◆ enum_name()

template<typename E >
constexpr customize_t magic_enum::customize::enum_name ( )
constexprnoexcept

References default_tag.

◆ enum_type_name()

template<typename E >
constexpr customize_t magic_enum::customize::enum_type_name ( )
constexprnoexcept

References default_tag.

Variable Documentation

◆ default_tag

constexpr auto magic_enum::customize::default_tag = customize_t{detail::customize_tag::default_tag}
inlineconstexpr

Referenced by enum_name(), and enum_type_name().

◆ invalid_tag

constexpr auto magic_enum::customize::invalid_tag = customize_t{detail::customize_tag::invalid_tag}
inlineconstexpr