xentara-utils v1.2.1
Xentara utilities library
Loading...
Searching...
No Matches
xentara::utils::filesystem::path Namespace Reference

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.
 

Detailed Description

Filesystem path functionality.

This namespace contains functionality realted to std::filesystem::path.

Typedef Documentation

◆ string_view_type

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.

Variable Documentation

◆ list_separator

constexpr std::filesystem::path::string_type::value_type xentara::utils::filesystem::path::list_separator
constexpr

The character used as a separator between paths.