Funzione extension
Recupera estensione di un nome file specificato.
template<class Path>
inline typename Path::string_type extension(
const Path& Pval
);
Parametri
- Pval
Oggetto Path. Path può essere un basic_path o un tipo derivato da basic_path.
Valore restituito
Estensione del nome file archiviato in Pval.
Requisiti
Intestazione: filesystem
Spazio dei nomi: std::tr2::sys