#include <file-path.hh>
Public Types | |
using | string_view = OsStringView |
Public Member Functions | |
PathViewNG (const std::filesystem::path &path) | |
PathViewNG (const OsString &path) | |
const string_view & | native () const |
string_view & | native () |
Stop gap until std::filesystem::path_view
from P1030R6 exists in a future C++ standard.