#include <string_utils.hpp>
|
| DWORD | Convert (std::wstring_view s) |
| |
◆ UTF16toUTF8() [1/3]
| mage::UTF16toUTF8::UTF16toUTF8 |
( |
std::wstring_view |
s | ) |
|
|
explicit |
◆ UTF16toUTF8() [2/3]
| mage::UTF16toUTF8::UTF16toUTF8 |
( |
const UTF16toUTF8 & |
converter | ) |
|
|
delete |
◆ UTF16toUTF8() [3/3]
| mage::UTF16toUTF8::UTF16toUTF8 |
( |
UTF16toUTF8 && |
converter | ) |
|
|
defaultnoexcept |
◆ ~UTF16toUTF8()
| mage::UTF16toUTF8::~UTF16toUTF8 |
( |
| ) |
|
|
default |
◆ c_str()
| const char* mage::UTF16toUTF8::c_str |
( |
| ) |
const |
|
noexcept |
◆ Convert()
| DWORD mage::UTF16toUTF8::Convert |
( |
std::wstring_view |
s | ) |
|
|
private |
◆ operator std::string_view()
| mage::UTF16toUTF8::operator std::string_view |
( |
| ) |
const |
|
noexcept |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ size()
| std::size_t mage::UTF16toUTF8::size |
( |
| ) |
const |
|
noexcept |
◆ str()
| const std::string mage::UTF16toUTF8::str |
( |
| ) |
const |
◆ m_buffer