Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 768 Bytes

File metadata and controls

26 lines (19 loc) · 768 Bytes
description Learn more about: char_traits<char> Struct
title 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
ms.assetid 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