std::filesystem::space_info(3) Library Functions Manual std::filesystem::space_info(3)

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

#include <fs_fwd.h>


uintmax_t available
uintmax_t capacity
uintmax_t free


bool operator== (const space_info &, const space_info &)=default

Information about free space on a disk.

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

libstdc++