Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 906 Bytes

File metadata and controls

33 lines (23 loc) · 906 Bytes
description Learn more about: char_traits<wchar_t> Struct
title char_traits<wchar_t> Struct
ms.date 11/04/2016
f1_keywords
char_traits<wchar_t>
iosfwd/std::char_traits<wchar_t>
helpviewer_keywords
char_traits<wchar_t> class
ms.assetid 31f34072-04d6-4871-88fe-48e17d473484

char_traits<wchar_t> Struct

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

Syntax

template <>
struct char_traits<wchar_t>;

Remarks

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

Requirements

Header: <string>

Namespace: std

See also

char_traits Struct
Thread Safety in the C++ Standard Library