Pigweed
 
Loading...
Searching...
No Matches
pw::utf8::EncodedCodePoint Class Reference

Encapsulates the result of encoding a single code point as UTF-8. More...

#include <utf_codecs.h>

Public Member Functions

constexpr EncodedCodePoint (uint32_t size, std::array< char, 4 > data)
 
constexpr EncodedCodePoint (EncodedCodePoint &&encoded)=default
 
constexpr std::string_view as_view () const
 

Detailed Description

Encapsulates the result of encoding a single code point as UTF-8.


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