Função is_regular
Indica se file_status ou o nome de arquivo especificado representam um arquivo regular.
inline bool is_regular(
file_status Stat
);
template<class Path>
inline bool is_regular(
const Path& Pval
);
Parâmetros
Stat
um objeto de file_status .Pval
um objeto de Path .Path pode ser basic_path ou um tipo que é derivado de basic_path.
Valor de retorno
a primeira função retorna Stat.type() == regular_file.a segunda função retorna is_regular(status(Pval)).
Requisitos
o sistema de arquivos deCabeçalho:
namespace: std::tr2::sys