Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 959 Bytes

char-traits-char16-t-struct.md

File metadata and controls

34 lines (24 loc) · 959 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: char_traits<char16_t> Struct
char_traits<char16_t> Struct
11/04/2016
char_traits<char16_t>
iosfwd/std::char_traits<char16_t>
char_traits<char16_t> class
5daf3b62-dd6e-451f-b189-0350a04ff966

char_traits<char16_t> Struct

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

Syntax

template <>
struct char_traits<char16_t>;

Remarks

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

Requirements

Header: <string>

Namespace: std

See also

<string>
char_traits Struct
Thread Safety in the C++ Standard Library