.TH "std::filesystem::file_status" 3cxx "Sun Jan 8 2023" "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 .SH "Detailed Description" .PP Information about a file's type and permissions\&. .PP Definition at line \fB54\fP of file \fBbits/filesystem\fP\&. .SH "Constructor & Destructor Documentation" .PP .SS "std::filesystem::file_status::file_status ()\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB58\fP of file \fBbits/filesystem\fP\&. .SS "std::filesystem::file_status::file_status (\fBfile_type\fP __ft, \fBperms\fP __prms = \fCperms::unknown\fP)\fC [inline]\fP, \fC [explicit]\fP, \fC [noexcept]\fP" .PP Definition at line \fB61\fP of file \fBbits/filesystem\fP\&. .SH "Member Function Documentation" .PP .SS "\fBperms\fP std::filesystem::file_status::permissions () const\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB73\fP of file \fBbits/filesystem\fP\&. .SS "void std::filesystem::file_status::permissions (\fBperms\fP __prms)\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB77\fP of file \fBbits/filesystem\fP\&. .SS "\fBfile_type\fP std::filesystem::file_status::type () const\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB72\fP of file \fBbits/filesystem\fP\&. .SS "void std::filesystem::file_status::type (\fBfile_type\fP __ft)\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB76\fP of file \fBbits/filesystem\fP\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.