class utf8_to_utf16

Defined at line 1272 of file ../../third_party/fmtlib/src/include/fmt/format.h

A converter from UTF-8 to UTF-16.

Public Methods

basic_string_view<wchar_t> operator basic_string_view ()

Defined at line 1278 of file ../../third_party/fmtlib/src/include/fmt/format.h

size_t size ()

Defined at line 1281 of file ../../third_party/fmtlib/src/include/fmt/format.h

const wchar_t * c_str ()

Defined at line 1282 of file ../../third_party/fmtlib/src/include/fmt/format.h

std::wstring str ()

Defined at line 1283 of file ../../third_party/fmtlib/src/include/fmt/format.h

void utf8_to_utf16 (string_view s)