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