opérateur d'operator>>
Extrait une chaîne d'un objet spécifié d' basic_istream .
template<class Path>
inline basic_istream<typename _Path::string_type::value_type, typename Path::string_type::traits_type>& operator>>(
basic_istream<typename Path::string_type::value_type,
typename Path::string_type::traits_type>& Istr,
Path& Pval
);
Paramètres
Istr
Objet basic_istream.Pval
Objet Path.Path peut être basic_path ou un type dérivé d' basic_path.
Valeur de retour
Istr
Notes
Cet opérateur récupère un objet de type Path::string_type d' Istr.Si l'extraction réussit, la valeur est assignée à Pval.
Configuration requise
Système de fichiers d'En-tête :
L'espace de noms : std::tr2::sys