Provided by: libstdc++-14-doc_14-20240412-0ubuntu1_all bug

NAME

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

SYNOPSIS

       #include <filesystem>

   Public Attributes
       uintmax_t available
       uintmax_t capacity
       uintmax_t free

   Friends
       bool operator== (const space_info &, const space_info &)=default

Detailed Description

       Information about free space on a disk.

Author

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

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