path_traits::to_internal – metoda
Převede řetězec typu external_string_type k jednomu typu internal_string_type.
internal_string_type to_internal(
const path&,
const external_string_type& Istr
);
- Istr
Řetězec typu external_string_type.
Řetězec typu internal_string_type.
V této implementaci obou internal_string_type a external_string_type jsou synonyma pro std::string.
Záhlaví: filesystem
Obor názvů: std::tr2::sys