Public Types | |
| typedef CharT | char_type | 
Public Member Functions | |
| generic_int_type () | |
| generic_int_type (const char_type &) | |
| operator CharT () const | |
| bool | operator== (const generic_int_type< CharT > &) const | 
| bool | eof () const | 
Protected Attributes | |
| char_type | val_ | 
| bool | eof_ | 
This class provides a generic implementation of int_type inside char_traits. generic_int_type<T> should provide a type big enough to hold all values of T plus a value dedicated to EOF.
Definition at line 65 of file char_traits.hh.
 1.5.1