path_traits 구조체
Describes properties for the specialization basic_path<string, path_traits>.
struct path_traits;
설명
Internally, the class stores a locale and a bool that indicates whether the locale has been assigned a value.
멤버
공용 Typedefs
Name |
설명 |
---|---|
path_traits::external_string_type |
In this implementation path_traits::external_string_type is std::string. |
path_traits::internal_string_type |
In this implementation path_traits::internal_string_type is std::string. |
Public 메서드
Name |
설명 |
---|---|
Stores a locale object. |
|
Converts an internal string to the external type. |
|
Converts an external string to the internal type. |
요구 사항
헤더: filesystem
네임스페이스: std::tr2::sys