lunar (3) std::experimental::filesystem::space_info.3cxx.gz

Provided by: libstdc++-13-doc_13-20230320-1ubuntu1_all bug

NAME

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

SYNOPSIS

       #include <filesystem>

   Public Attributes
       uintmax_t available
       uintmax_t capacity
       uintmax_t free

Detailed Description

       Information about free space on a disk.

       Definition at line 81 of file experimental/bits/filesystem.

Member Data Documentation

   uintmax_t std::experimental::filesystem::space_info::available
       Definition at line 85 of file experimental/bits/filesystem.

   uintmax_t std::experimental::filesystem::space_info::capacity
       Definition at line 83 of file experimental/bits/filesystem.

   uintmax_t std::experimental::filesystem::space_info::free
       Definition at line 84 of file experimental/bits/filesystem.

Author

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

libstdc++                                Mon Mar 2std::experimental::filesystem::space_info(3cxx)