1.1 KiB
1.1 KiB
[depr.fs.path.obs]
Annex D (normative) Compatibility features [depr]
D.22 Deprecated file systems [depr.filesystems]
D.22.2 Deprecated filesystem path format observers [depr.fs.path.obs]
The following members are declared in addition to those members specified in [fs.path.member]:
namespace std::filesystem {class path {public: std::string string() const; std::string generic_string() const; };}
std::string string() const;
Returns: system_encoded_string().
std::string generic_string() const;
Returns: generic_system_encoded_string().