xentara-utils v2.0.4
The Xentara Utility Library
|
Filesystem path functionality. More...
Typedefs | |
using | string_view_type = std::basic_string_view< std::filesystem::path::value_type, std::filesystem::path::string_type::traits_type > |
The type of string view corresponding to std::filesystem::path::string_type. | |
Variables | |
constexpr std::filesystem::path::string_type::value_type | list_separator |
The character used as a separator between paths. | |
Filesystem path functionality.
This namespace contains functionality realted to std::filesystem::path.
using xentara::utils::filesystem::path::string_view_type = typedef std::basic_string_view<std::filesystem::path::value_type, std::filesystem::path::string_type::traits_type> |
The type of string view corresponding to std::filesystem::path::string_type.
#include <xentara/utils/filesystem/path.hpp>
|
constexpr |
The character used as a separator between paths.