wpath_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::wstring.
Configuration requise
En-tête : filesystem
Espace de noms : std::tr2::sys