.TH "std::experimental::filesystem::space_info" 3cxx "Sun Jan 8 2023" "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::experimental::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 \fB81\fP of file \fBexperimental/bits/filesystem\fP\&. .SH "Member Data Documentation" .PP .SS "uintmax_t std::experimental::filesystem::space_info::available" .PP Definition at line \fB85\fP of file \fBexperimental/bits/filesystem\fP\&. .SS "uintmax_t std::experimental::filesystem::space_info::capacity" .PP Definition at line \fB83\fP of file \fBexperimental/bits/filesystem\fP\&. .SS "uintmax_t std::experimental::filesystem::space_info::free" .PP Definition at line \fB84\fP of file \fBexperimental/bits/filesystem\fP\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.