libstdc++
pod_char_traits.h File Reference

Go to the source code of this file.

Classes

struct  __gnu_cxx::character< _Value, _Int, _St >
 A POD class that serves as a character abstraction class. More...
struct  std::char_traits< __gnu_cxx::character< _Value, _Int, _St > >
 char_traits<__gnu_cxx::character> specialization. More...

Namespaces

namespace  __gnu_cxx
namespace  std

Functions

template<typename _Value , typename _Int , typename _St >
bool __gnu_cxx::operator< (const character< _Value, _Int, _St > &lhs, const character< _Value, _Int, _St > &rhs)
template<typename _Value , typename _Int , typename _St >
bool __gnu_cxx::operator== (const character< _Value, _Int, _St > &lhs, const character< _Value, _Int, _St > &rhs)

Detailed Description

This file is a GNU extension to the Standard C++ Library.

Definition in file pod_char_traits.h.