#include <string>
#include <string_view>
#include <memory>
#include "webcface-config.h"
Go to the source code of this file.
|
void | usingUTF8 (bool flag) |
| webcfaceが使用するエンコーディングを設定する
|
|
bool | usingUTF8 () |
| webcfaceが使用するエンコーディングを取得する
|
|
std::wstring | toWide (std::string_view name_ref) |
| stringをwstringに変換する
|
|
std::string | toNarrow (std::wstring_view name_ref) |
| wstringをstringに変換する
|
|
template<typename CharT , typename... Args> |
std::basic_string< CharT > | strJoin (std::basic_string_view< CharT > first_str, Args &&...args) |
| string_viewやconst char*同士を連結しstringを返す
|
|
bool | usingUTF8 () |
|
void | usingUTF8 (bool flag) |
|
std::wstring | toWide (std::string_view name_ref) |
|
std::string | toNarrow (std::wstring_view name) |
|