btu/common/path.hpp file

Namespaces

namespace btu
namespace btu::common

Typedefs

using OsString = Path::string_type
using Path = fs::path

Functions

template <typename CharT>
void backslash_to_slash(std::basic_string<CharT>& path) noexcept
Convert backslashes to slashes in path.
auto make_path_canonizer(std::u8string_view start) →  auto constexpr