basic_string::traits_type
문자열에 저장된 요소의 문자 특성 형식입니다.
typedef Traits traits_type;
설명
The type is a synonym for the second template parameter Traits.
For type string, it is equivalent to char_traits<char>.
예제
See the example for copy for an example of how to declare and use traits_type.
요구 사항
헤더: <string>
네임스페이스: std