Project Alice
|
#include <string>
#include <string_view>
Go to the source code of this file.
Macros | |
#define | NATIVE(X) L##X |
#define | NATIVE_M(X) NATIVE(X) |
#define | NATIVE_DIR_SEPARATOR L'\\' |
Typedefs | |
using | native_string = std::wstring |
using | native_string_view = std::wstring_view |
using | native_char = wchar_t |
Functions | |
template<typename T > | |
native_string | to_native_string (T &&v) noexcept |
Definition at line 13 of file native_types_win.hpp.
#define NATIVE_DIR_SEPARATOR L'\\' |
Definition at line 15 of file native_types_win.hpp.
Definition at line 14 of file native_types_win.hpp.
using native_char = wchar_t |
Definition at line 7 of file native_types_win.hpp.
using native_string = std::wstring |
Definition at line 5 of file native_types_win.hpp.
using native_string_view = std::wstring_view |
Definition at line 6 of file native_types_win.hpp.
|
noexcept |
Definition at line 9 of file native_types_win.hpp.