wpath_traits Structure

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

struct wpath_traits;

Remarks

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

Members

Public Typedefs

Name

Description

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 Methods

Name

Description

wpath_traits::imbue Method

Stores a locale object.

wpath_traits::to_external Method

Converts an internal string to the external type.

wpath_traits::to_internal Method

Converts an external string to the internal type.

Requirements

Header: filesystem

Namespace: std::tr2::sys

See Also

Reference

<filesystem>

basic_path Class

Other Resources

C++ Standard Library Header Files