title char_traits<char32_t> Struct | Microsoft Docs ms.custom ms.date 11/04/2016 ms.reviewer ms.suite ms.technology cpp-standard-libraries ms.tgt_pltfrm ms.topic article f1_keywords string/std::char_traits<char_32t> char_traits<char32_t> dev_langs C++ helpviewer_keywords char_traits<char32_t> class ms.assetid c0315466-45d0-4a99-b83e-3b1dbfbfbbc3 caps.latest.revision 14 author corob-msft ms.author corob manager ghogen translation.priority.ht cs-cz de-de es-es fr-fr it-it ja-jp ko-kr pl-pl pt-br ru-ru tr-tr zh-cn zh-tw char_traits<char32_t> Struct A struct that is a specialization of the template struct char_traits<CharType> to an element of type char32_t. Syntax template <> struct char_traits<char32_t>; Remarks Specialization allows the struct to take advantage of library functions that manipulate objects of this type char32_t. Requirements Header: <string> Namespace: std See Also <string> char_traits Struct