Click to Rate and Give Feedback
MSDN
MSDN Library
Visual Studio 2008
Visual Studio
Visual C++
Header Files
<string>
char_traits Struct
 char_traits::int_type
This page is specific to
Microsoft Visual Studio 2008/.NET Framework 3.5

Other versions are also available for the following:
Visual C++ Standard Library
char_traits::int_type

An integer type that can represent a character of type char_type or an end-of-file (EOF) character.

typedef long int_type;

It must be possible to type cast a value of type CharType to int_type then back to CharType without altering the original value.

See the example for eq_int_type for an example of how to declare and use int_type.

Header: <string>

Namespace: std

Reference

Other Resources

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2008 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker