#include <commonc++/Common.h++>#include <commonc++/CharTraits.h++>


Go to the source code of this file.
Classes | |
| class | BasicChar< T > |
| A class representing a character. More... | |
Namespaces | |
| namespace | ccxx |
Typedefs | |
| typedef BasicChar< char > | Char |
| An ASCII character. | |
| typedef BasicChar< wchar_t > | WChar |
| A wide (Unicode) character. | |
Functions | |
| template<typename T > | |
| bool | operator== (T c1, const BasicChar< T > &c2) |
| template<typename T > | |
| bool | operator!= (T c1, const BasicChar< T > &c2) |
| template<typename T > | |
| bool | operator< (T c1, const BasicChar< T > &c2) |
| template<typename T > | |
| bool | operator<= (T c1, const BasicChar< T > &c2) |
| template<typename T > | |
| bool | operator> (T c1, const BasicChar< T > &c2) |
| template<typename T > | |
| bool | operator>= (T c1, const BasicChar< T > &c2) |
1.5.9