class utf8_to_utf16
Declaration
class utf8_to_utf16 { /* full declaration omitted */ };
Declared at: third_party/fmt/include/fmt/format.h:1403
Method Overview
- public auto c_str() const -> const wchar_t *
- public basic_string_view<wchar_t> operator basic_string_view() const
- public auto size() const -> size_t
- public auto str() const -> std::wstring
- public utf8_to_utf16(fmt::string_view s)
Methods
¶auto c_str() const -> const wchar_t*
auto c_str() const -> const wchar_t*
Declared at: third_party/fmt/include/fmt/format.h:1411
¶basic_string_view<wchar_t>
operator basic_string_view() const
basic_string_view<wchar_t>
operator basic_string_view() const
Declared at: third_party/fmt/include/fmt/format.h:1409
¶auto size() const -> size_t
auto size() const -> size_t
Declared at: third_party/fmt/include/fmt/format.h:1410
¶auto str() const -> std::wstring
auto str() const -> std::wstring
Declared at: third_party/fmt/include/fmt/format.h:1412
¶utf8_to_utf16(fmt::string_view s)
utf8_to_utf16(fmt::string_view s)
Declared at: third_party/fmt/include/fmt/format.h:1408