다음을 통해 공유


is_basic_path 구조체

Specifies whether a type is suitable for use as a Path parameter for other templates that are defined in the <filesystem> header.

template<class Path>
struct is_basic_path : false_type;

설명

By default, is_basic_path is derived from false_type, which indicates that the specified type is not suitable for use as a Path parameter.

This implementation defines specializations for path and wpath that are derived from true_type. These specializations are suitable for use as a Path parameter. 자세한 내용은 <filesystem>을 참조하십시오.

요구 사항

헤더: filesystem

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

참고 항목

참조

<filesystem>

기타 리소스

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