libpqxx  v4.0-1
C++ library for PostgreSQL
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PGSTD Namespace Reference

Alias for the standard namespace "<tt>std</tt>". More...

Classes

class  back_insert_iterator< pqxx::tablewriter >
 
struct  char_traits
 Work around missing std::char_traits. More...
 
struct  char_traits< char >
 Work around missing std::char_traits<char> More...
 
struct  char_traits< unsigned char >
 Work around missing std::char_traits<unsigned char> More...
 

Detailed Description

Alias for the standard namespace "<tt>std</tt>".

This alias is used throughout libpqxx to accomodate the use of other standard library implementations than the one native to the compiler. These alternative implementations may live in separate namespaces to avoid confusion.