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::space_info - Information about free space on a disk.

Author

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

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

Detailed Description

       Information about free space on a disk.

Name

       std::filesystem::space_info - Information about free space on a disk.

Synopsis

       #include <filesystem>

   PublicAttributes
       uintmax_t available
       uintmax_t capacity
       uintmax_t freeFriends
       bool operator== (const space_info &, const space_info &)=default

See Also