다음을 통해 공유


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

참고 항목

참조

<filesystem>

space 함수

기타 리소스

C++ 표준 라이브러리 헤더 파일