hoshi-lang dev
Yet another programming language
Loading...
Searching...
No Matches
magic_enum::customize Namespace Reference

Namespaces

namespace  detail
 

Classes

class  customize_t
 
struct  enum_range
 

Functions

template<typename E >
constexpr customize_t enum_name (E) noexcept
 
template<typename E >
constexpr customize_t enum_type_name () 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_name()

template<typename E >
constexpr customize_t enum_name ( )
constexprnoexcept

Definition at line 205 of file magic_enum.h.

References default_tag.

◆ enum_type_name()

template<typename E >
constexpr customize_t enum_type_name ( )
constexprnoexcept

Definition at line 211 of file magic_enum.h.

References default_tag.

Variable Documentation

◆ default_tag

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

Definition at line 199 of file magic_enum.h.

Referenced by enum_name(), and enum_type_name().

◆ invalid_tag

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

Definition at line 201 of file magic_enum.h.