Partager via


méthode de wpath_traits::to_external

Convertit une chaîne de type internal_string_type à un de type external_string_type.

external_string_type to_external(
   const path&,
   const internal_string_type& Istr
);

Paramètres

  • Istr
    Une chaîne de type internal_string_type.

Valeur de retour

Une chaîne de type external_string_type.

Notes

Dans cette implémentation, internal_string_type et external_string_type sont des synonymes d' std::wstring.

Configuration requise

Système de fichiers d'en-tête :

l'espace de noms : std::tr2::sys

Voir aussi

Référence

structure de wpath_traits

<filesystem>