#include "pqxx/config-internal-compiler.h"#include "pqxx/config-internal-libpq.h"#include "pqxx/compiler-public.hxx"#include <climits>


Go to the source code of this file.
Classes | |
| struct | PGSTD::numeric_limits< T > |
| Work around lacking "limits" header. More... | |
Namespaces | |
| namespace | PGSTD |
| Alias for the standard namespace "<tt>std</tt>". | |
| namespace | pqxx |
| The home of all libpqxx classes, functions, templates, etc. | |
| namespace | pqxx::internal |
| Private namespace for libpqxx's internal use; do not access. | |
Functions | |
| template<typename T > | |
| ptrdiff_t | pqxx::internal::distance (T first, T last) |
| Wrapper for std::distance; not all platforms have std::distance(). | |
1.5.8