logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

std::filesystem::file_status - Information about a file's type and permissions.

Author

       Generated automatically by Doxygen for libstdc++ from the source code.

                                                    libstdc++                 std::filesystem::file_status(3cxx)

Detailed Description

       Information about a file's type and permissions.

Name

       std::filesystem::file_status - Information about a file's type and permissions.

Synopsis

       #include <fs_dir.h>

   PublicMemberFunctionsfile_status (constfile_status &) noexcept=defaultfile_status (file_status &&) noexcept=defaultfile_status (file_type__ft, perms__prms=perms::unknown) noexceptfile_status & operator= (constfile_status &) noexcept=defaultfile_status & operator= (file_status &&) noexcept=defaultpermspermissions () constnoexceptvoidpermissions (perms__prms) noexceptfile_typetype () constnoexceptvoidtype (file_type__ft) noexcept

See Also