std::filesystem::space_info(3cxx) | std::filesystem::space_info(3cxx) |
std::filesystem::space_info - Information about free space on a disk.
#include <fs_fwd.h>
uintmax_t available
uintmax_t capacity
uintmax_t free
Information about free space on a disk.
Definition at line 66 of file bits/fs_fwd.h.
Definition at line 70 of file bits/fs_fwd.h.
Definition at line 68 of file bits/fs_fwd.h.
Definition at line 69 of file bits/fs_fwd.h.
Generated automatically by Doxygen for libstdc++ from the source code.
Thu Feb 16 2023 | libstdc++ |