Partager via


operator<<, opérateur

Écrit le chemin d'accès stockées pour un objet spécifié en un flux de données.

template<class Path>
inline basic_ostream<typename Path::string_type::value_type, typename Path::string_type::traits_type>& operator<<(
   basic_ostream<typename Path::string_type::value_type,
   typename Path::string_type::traits_type>& Ostr,
   Path Pval
);

Paramètres

  • Ostr
    Objet d'basic_ostream.

  • Pval
    Objet Path. Path peut être soit un basic_path soit un type dérivé de basic_path.

Valeur de retour

Référence à l'objet basic_ostream.

Configuration requise

En-tête : filesystem

Espace de noms : std::tr2::sys

Voir aussi

Référence

<filesystem>

basic_ostream::operator<<

Autres ressources

Fichiers d'en-tête de bibliothèque standard C++