NeBuild dev
Loading...
Searching...
No Matches
utf8_codepoint Struct Reference

Public Member Functions

TOML_PURE_INLINE_GETTER constexpr operator const char32_t & () const noexcept
 
TOML_PURE_INLINE_GETTER constexpr const char32_t & operator* () const noexcept
 

Public Attributes

char32_t value
 
char bytes [4]
 
size_t count
 
source_position position
 

Member Function Documentation

◆ operator const char32_t &()

TOML_PURE_INLINE_GETTER constexpr utf8_codepoint::operator const char32_t & ( ) const
inlineconstexprnoexcept

◆ operator*()

TOML_PURE_INLINE_GETTER constexpr const char32_t & utf8_codepoint::operator* ( ) const
inlineconstexprnoexcept

Member Data Documentation

◆ bytes

char utf8_codepoint::bytes[4]

◆ count

size_t utf8_codepoint::count

◆ position

source_position utf8_codepoint::position

◆ value

char32_t utf8_codepoint::value

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