다음을 통해 공유


char_traits<char16_t> 구조체

A struct that is a specialization of the template struct char_traits<CharType> to an element of type char16_t.

template<> struct char_traits<char16_t>;

설명

Specialization allows the struct to take advantage of library functions that manipulate objects of the type char16_t.

요구 사항

헤더: <string>

네임스페이스: std

참고 항목

참조

<string>

char_traits 구조체

C++ 표준 라이브러리의 스레드 보안