wpath_traits 구조체

Describes properties for the specialization basic_path<wstring, wpath_traits>.

struct wpath_traits;

설명

Internally, the class stores a locale, and a bool that indicates whether the locale has been assigned a value.

멤버

공용 Typedefs

Name

설명

wpath_traits::external_string_type

In this implementation wpath_traits::external_string_type is std::wstring.

wpath_traits::internal_string_type

In this implementation wpath_traits::internal_string_type is std::wstring.

Public 메서드

Name

설명

wpath_traits::imbue 메서드

Stores a locale object.

wpath_traits::to_external 메서드

Converts an internal string to the external type.

wpath_traits::to_internal 메서드

Converts an external string to the internal type.

요구 사항

헤더: filesystem

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

참고 항목

참조

<filesystem>

basic_path 클래스

기타 리소스

C++ 표준 라이브러리 헤더 파일