다음을 통해 공유


space 함수

Retrieves information about a specified volume.

template<class Path>
inline space_info space(
   const Path& Pval
);

매개 변수

  • Pval
    A Path object that specifies a volume. Path는 basic_path 또는 basic_path에서 파생된 형식 중 하나일 수 있습니다.

반환 값

A space_info struct that contains information about the volume. If no information can be determined, the value of each data member of the struct is 0.

요구 사항

헤더: filesystem

네임스페이스: std::tr2::sys

참고 항목

참조

<filesystem>

기타 리소스

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