wpath_traits::to_internal 메서드

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
);

매개 변수

  • Istr
    A string of type external_string_type.

반환 값

A string of type internal_string_type.

설명

In this implementation, both internal_string_type and external_string_type are synonyms of std::wstring.

요구 사항

헤더: filesystem

네임스페이스: std::tr2::sys

참고 항목

참조

wpath_traits 구조체

<filesystem>