다음을 통해 공유


is_regular_file 함수

표시 여부 지정 된 file_status 또는 파일 이름을 나타내는 일반 파일입니다.

inline bool is_regular_file(
   file_status Stat
);
template<class Path>
inline bool is_regular_file(
   const Path& Pval
);

매개 변수

  • Stat
    file_status 개체

  • Pval
    Path 개체Path일 수는 basic_path 에서 파생 되는 형식 또는 basic_path.

반환 값

첫 번째 함수를 반환 합니다. Stat.type() == regular_file.두 번째 함수 반환 is_regular_file(status(Pval)).

요구 사항

헤더: 파일 시스템

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

참고 항목

참조

<filesystem>

변경할 열거형

status 함수

기타 리소스

헤더 파일