std::experimental::filesystem::path::generic_string,generic_wstring,generic_u8string,...
From cppreference.com
< cpp | experimental | fs | path
| template< class CharT, class Traits = std::char_traits<CharT>, class Alloc = std::allocator<CharT> > |
(1) | (filesystem TS) |
| (2) | (filesystem TS) | |
| std::string generic_string() const; |
||
| std::wstring generic_wstring() const; |
||
| |