operator>>, opérateur
Extrait une chaîne d'un objet spécifié de 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 soit un basic_path soit un type dérivé de basic_path.
Valeur de retour
Istr
Notes
Cet opérateur extrait un objet de type Path::string_type de Istr. Si l'extraction réussit, la valeur est affectée à Pval.
Configuration requise
En-tête : filesystem
Espace de noms : std::tr2::sys