Função is_symlink
Indica se file_status ou o nome do arquivo especificado representam um link de token.
inline bool is_symlink(
file_status Stat
);
template<class Path>
inline bool is_symlink(
const Path& Pval
);
Parâmetros
Stat
Um objeto file_status.Pval
Um objeto Path. Path pode ser um basic_path ou um tipo derivado de basic_path.
Valor de retorno
A primeira função retorna Stat.type() == symlink_file. A segunda função retorna is_symlink(status(Pval)).
Requisitos
Cabeçalho: sistema de arquivos
Namespace: std::tr2::sys