is_regular 함수
Indicates whether the specified file_status or file name represents a regular file.
inline bool is_regular(
file_status Stat
);
template<class Path>
inline bool is_regular(
const Path& Pval
);
매개 변수
Stat
file_status 개체Pval
Path 개체 Path 는 basic_path 또는 basic_path에서 파생된 형식 중 하나일 수 있습니다.
반환 값
The first function returns Stat.type() == regular_file. The second function returns is_regular(status(Pval)).
요구 사항
헤더: filesystem
Namespace: std::tr2::sys