Skip to main content
Pigweed's logo Pigweed
  1. Home
  2. Reference
  3. C/C++
  4. pw_string
  5. UTF-8 helpers
  6. pw::utf8::EncodedCodePoint Class Reference
Loading...
Searching...
No Matches
pw::utf8::EncodedCodePoint Class Reference

Overview

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

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
 

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