Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies whether a given file status is known.
inline bool status_known(
file_status Stat
);
Parameters
- Stat
A file_status object that wraps a file_type.
Return Value
false if the underlying file_type is status_unknown; otherwise, true.
Requirements
Header: filesystem
Namespace: std::tr2::sys