#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.
Namespaces | |
namespace | std |
namespace | pqxx |
namespace | pqxx::internal |
Classes | |
struct | std::numeric_limits< T > |
Work around lacking "limits" header. More... | |
Functions | |
template<typename T> | |
ptrdiff_t | pqxx::internal::distance (T first, T last) |
Wrapper for std::distance; not all platforms have std::distance(). |