Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 768 Bytes

char-traits-char-struct.md

File metadata and controls

26 lines (19 loc) · 768 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: char_traits<char> Struct
char_traits<char> Struct
11/04/2016
iosfwd/std::char_traits<char>
char_traits<char >
char_traits<char> class
abd9373a-77db-4031-bf4b-f8ac15087581

char_traits<char> Struct

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

Syntax

template <>
struct char_traits<char>;

Remarks

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

Example

See the typedefs and member functions of the class template char_traits Class