SoPlex Documentation
Loading...
Searching...
No Matches

#include <format.h>

Public Member Functions

FMT_API utf8_to_utf16 (string_view s)
 
 operator wstring_view () const
 
size_t size () const
 
const wchar_t * c_str () const
 
std::wstring str () const
 

Private Attributes

wmemory_buffer buffer_
 

Detailed Description

Definition at line 1130 of file format.h.

Constructor & Destructor Documentation

◆ utf8_to_utf16()

Member Function Documentation

◆ c_str()

const wchar_t * c_str ( ) const

Definition at line 1138 of file format.h.

Referenced by detail::copy_unit(), and vprint().

◆ operator wstring_view()

operator wstring_view ( ) const

Definition at line 1136 of file format.h.

◆ size()

size_t size ( ) const

Definition at line 1137 of file format.h.

References buffer< T >::size().

Referenced by detail::copy_unit(), and vprint().

◆ str()

std::wstring str ( ) const

Definition at line 1139 of file format.h.

Member Data Documentation

◆ buffer_

wmemory_buffer buffer_
private

Definition at line 1132 of file format.h.

Referenced by utf8_to_utf16::utf8_to_utf16().