.TH "std::filesystem::space_info" 3cxx "Thu Feb 16 2023" "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::filesystem::space_info \- Information about free space on a disk\&. .SH SYNOPSIS .br .PP .PP \fC#include \fP .SS "Public Attributes" .in +1c .ti -1c .RI "uintmax_t \fBavailable\fP" .br .ti -1c .RI "uintmax_t \fBcapacity\fP" .br .ti -1c .RI "uintmax_t \fBfree\fP" .br .in -1c .SH "Detailed Description" .PP Information about free space on a disk\&. .PP Definition at line \fB66\fP of file \fBbits/fs_fwd\&.h\fP\&. .SH "Member Data Documentation" .PP .SS "uintmax_t std::filesystem::space_info::available" .PP Definition at line \fB70\fP of file \fBbits/fs_fwd\&.h\fP\&. .SS "uintmax_t std::filesystem::space_info::capacity" .PP Definition at line \fB68\fP of file \fBbits/fs_fwd\&.h\fP\&. .SS "uintmax_t std::filesystem::space_info::free" .PP Definition at line \fB69\fP of file \fBbits/fs_fwd\&.h\fP\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.