.TH "std::filesystem::file_status" 3cxx "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::filesystem::file_status \- Information about a file's type and permissions\&. .SH SYNOPSIS .br .PP .PP \fC#include \fP .SS "Public Member Functions" .in +1c .ti -1c .RI "\fBfile_status\fP (const \fBfile_status\fP &) noexcept=default" .br .ti -1c .RI "\fBfile_status\fP (\fBfile_status\fP &&) noexcept=default" .br .ti -1c .RI "\fBfile_status\fP (\fBfile_type\fP __ft, \fBperms\fP __prms=perms::unknown) noexcept" .br .ti -1c .RI "\fBfile_status\fP & \fBoperator=\fP (const \fBfile_status\fP &) noexcept=default" .br .ti -1c .RI "\fBfile_status\fP & \fBoperator=\fP (\fBfile_status\fP &&) noexcept=default" .br .ti -1c .RI "\fBperms\fP \fBpermissions\fP () const noexcept" .br .ti -1c .RI "void \fBpermissions\fP (\fBperms\fP __prms) noexcept" .br .ti -1c .RI "\fBfile_type\fP \fBtype\fP () const noexcept" .br .ti -1c .RI "void \fBtype\fP (\fBfile_type\fP __ft) noexcept" .br .in -1c .SS "Friends" .in +1c .ti -1c .RI "bool \fBoperator==\fP (const \fBfile_status\fP &, const \fBfile_status\fP &) noexcept=default" .br .in -1c .SH "Detailed Description" .PP Information about a file's type and permissions\&. .PP \fBSince\fP .RS 4 C++17 .RE .PP .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.