hoshi-lang dev
Yet another programming language
Loading...
Searching...
No Matches
static_str< 0 > Class Reference

#include <magic_enum.h>

Public Member Functions

constexpr static_str ()=default
 
constexpr static_str (str_view) noexcept
 
constexpr static_str (string_view) noexcept
 
constexpr const char_typedata () const noexcept
 
constexpr std::uint16_t size () const noexcept
 
constexpr operator string_view () const noexcept
 

Detailed Description

Definition at line 284 of file magic_enum.h.

Constructor & Destructor Documentation

◆ static_str() [1/3]

constexpr static_str ( )
explicitconstexprdefault

◆ static_str() [2/3]

constexpr static_str ( str_view  )
inlineexplicitconstexprnoexcept

Definition at line 288 of file magic_enum.h.

◆ static_str() [3/3]

constexpr static_str ( string_view  )
inlineexplicitconstexprnoexcept

Definition at line 290 of file magic_enum.h.

Member Function Documentation

◆ data()

constexpr const char_type * data ( ) const
inlineconstexprnoexcept

Definition at line 292 of file magic_enum.h.

◆ operator string_view()

constexpr operator string_view ( ) const
inlineconstexprnoexcept

Definition at line 296 of file magic_enum.h.

◆ size()

constexpr std::uint16_t size ( ) const
inlineconstexprnoexcept

Definition at line 294 of file magic_enum.h.


The documentation for this class was generated from the following file: