xentara-utils v2.0.4
The Xentara Utility Library
|
Inline namespace containing literals for native filsystem path strings. More...
Functions | |
constexpr auto | operator""_path (const char *string, std::size_t size) -> std::filesystem::path::string_type |
Literal operator for creating literal string of type std::filesystem::path::string_type. | |
Inline namespace containing literals for native filsystem path strings.
This inline namespace contains user defined literals for constructing literals of type std::filesystem::path::string_type.
You can use any of the following using-directives to gain access to the user defined literals in this namespace:
using namespace xentara::literals;
using namespace xentara::path_literals;
|
constexpr |
Literal operator for creating literal string of type std::filesystem::path::string_type.