path_traits::to_internal Method
Converts a string of type external_string_type to one of type internal_string_type.
internal_string_type to_internal(
const path&,
const external_string_type& Istr
);
Parameters
- Istr
A string of type external_string_type.
Return Value
A string of type internal_string_type.
Remarks
In this implementation, both internal_string_type and external_string_type are synonyms of std::string.
Requirements
Header: filesystem
Namespace: std::tr2::sys