space_info 구조체
Holds information about a volume.
struct space_info;
멤버
공용 데이터 멤버
Name |
설명 |
---|---|
unsigned long long available |
Represents the number of bytes that are available to represent data on the volume. |
unsigned long long capacity |
Represents the total number of bytes that the volume can represent. |
unsigned long long free |
Represents the number of bytes that are not used to represent data on the volume. |
요구 사항
헤더: filesystem
네임스페이스: std::tr2::sys