Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 713 Bytes

File metadata and controls

25 lines (18 loc) · 713 Bytes
title char_traits<char> Struct
description Learn more about: char_traits<char> Struct
ms.date 11/04/2016
f1_keywords
iosfwd/std::char_traits<char>
char_traits<char >
helpviewer_keywords
char_traits<char> class

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