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.

       Since
           C++17

Name

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

Synopsis

       #include <filesystem>

   PublicMemberFunctionsfile_status (const file_status &) noexcept=defaultfile_status (file_status &&) noexcept=defaultfile_status (file_type__ft, perms__prms=perms::unknown) noexcept
       file_status & operator= (const file_status &) noexcept=defaultfile_status & operator= (file_status &&) noexcept=defaultpermspermissions () const noexcept
       voidpermissions (perms__prms) noexcept
       file_typetype () const noexcept
       voidtype (file_type__ft) noexcept

See Also