is_regular 함수
나타냅니다 있는지 여부는 지정 된 file_status 또는 파일 이름을 나타내는 일반 파일.
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.
반환 값
첫 번째 함수를 반환 합니다. Stat.type() == regular_file.두 번째 함수 반환 is_regular(status(Pval)).
요구 사항
헤더: 파일 시스템
네임 스페이스: std::tr2::sys