#include <utf8-Generator.hpp>
|
auto | n_bad_chars () const noexcept -> Size |
|
template<class Out_iterator > |
auto | utf8_from_code (const uint32_t code, const Out_iterator destination) -> Out_iterator |
|
template<class In_iterator , class Out_iterator > |
auto | utf8_from_codes (const Span_< In_iterator > range, const Out_iterator destination) -> Out_iterator |
|
template<class In_iterator , class Out_iterator > |
auto | utf8_from_codes (const In_iterator first, const In_iterator beyond, const Out_iterator destination) -> Out_iterator |
|
Definition at line 63 of file utf8-Generator.hpp.
◆ n_bad_chars()
auto cppx::utf8::Generator::n_bad_chars |
( |
| ) |
const -> Size |
|
inlinenoexcept |
◆ utf8_from_code()
template<class Out_iterator >
auto cppx::utf8::Generator::utf8_from_code |
( |
const uint32_t |
code, |
|
|
const Out_iterator |
destination |
|
) |
| -> Out_iterator
|
|
inline |
◆ utf8_from_codes() [1/2]
template<class In_iterator , class Out_iterator >
auto cppx::utf8::Generator::utf8_from_codes |
( |
const Span_< In_iterator > |
range, |
|
|
const Out_iterator |
destination |
|
) |
| -> Out_iterator
|
|
inline |
◆ utf8_from_codes() [2/2]
template<class In_iterator , class Out_iterator >
auto cppx::utf8::Generator::utf8_from_codes |
( |
const In_iterator |
first, |
|
|
const In_iterator |
beyond, |
|
|
const Out_iterator |
destination |
|
) |
| -> Out_iterator
|
|
inline |
The documentation for this class was generated from the following file: