Partager via


path_traits::to_internal, méthode

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

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

Paramètres

  • Istr
    Une chaîne de type external_string_type.

Valeur de retour

Une chaîne de type internal_string_type.

Notes

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

Configuration requise

En-tête : filesystem

Espace de noms : std::tr2::sys

Voir aussi

Référence

path_traits, structure

<filesystem>