is_other 함수
나타냅니다 여부 지정 된 file_status 또는 파일 이름을 일반 파일, 디렉터리 또는 기호화 된 링크에 없는 기존 파일을 나타냅니다.
inline bool is_other(
file_status Stat
);
template<class Path>
inline bool is_other(
const Path& Pval
);
매개 변수
Stat
file_status 개체Pval
Path 개체Path일 수는 basic_path 에서 파생 되는 형식 또는 basic_path.
반환 값
첫 번째 함수를 반환 합니다. exists() && !is_regular_file(Stat) && !is_directory(Stat) && !is_symlink(Stat).
두 번째 함수 반환 is_other(status(Pval)).
요구 사항
헤더: 파일 시스템
네임 스페이스: std::tr2::sys