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]
1
#
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
;
2
#
Returns
:
system_
encoded_
string
(
)
.
🔗
std
::
string generic_string
(
)
const
;
3
#
Returns
:
generic_
system_
encoded_
string
(
)
.