Agora  1.2.0
Agora project
fmt::v8::detail::utf8_to_utf16 Class Reference

#include <format.h>

Collaboration diagram for fmt::v8::detail::utf8_to_utf16:

Public Member Functions

 utf8_to_utf16 (string_view s)
 
 operator basic_string_view< wchar_t > () const
 
auto size () const -> size_t
 
auto c_str () const -> const wchar_t *
 
auto str () const -> std::wstring
 

Private Attributes

basic_memory_buffer< wchar_t > buffer_
 

Constructor & Destructor Documentation

◆ utf8_to_utf16()

fmt::v8::detail::utf8_to_utf16::utf8_to_utf16 ( string_view  s)
explicit
Here is the call graph for this function:

Member Function Documentation

◆ c_str()

auto fmt::v8::detail::utf8_to_utf16::c_str ( ) const -> const wchar_t*
inline
Here is the caller graph for this function:

◆ operator basic_string_view< wchar_t >()

fmt::v8::detail::utf8_to_utf16::operator basic_string_view< wchar_t > ( ) const
inline

◆ size()

auto fmt::v8::detail::utf8_to_utf16::size ( ) const -> size_t
inline
Here is the call graph for this function:
Here is the caller graph for this function:

◆ str()

auto fmt::v8::detail::utf8_to_utf16::str ( ) const -> std::wstring
inline

Member Data Documentation

◆ buffer_

basic_memory_buffer<wchar_t> fmt::v8::detail::utf8_to_utf16::buffer_
private

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