table of contents
std::filesystem::space_info(3cxx) | std::filesystem::space_info(3cxx) |
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.
Definition at line 66 of file bits/filesystem.
Member Data Documentation¶
uintmax_t std::filesystem::space_info::available¶
Definition at line 70 of file bits/filesystem.
uintmax_t std::filesystem::space_info::capacity¶
Definition at line 68 of file bits/filesystem.
uintmax_t std::filesystem::space_info::free¶
Definition at line 69 of file bits/filesystem.
Author¶
Generated automatically by Doxygen for libstdc++ from the source code.
Sun Jan 8 2023 | libstdc++ |