libpqxx 4.0
|
Work around lacking "limits" header. More...
#include <compiler-internal.hxx>
Public Member Functions | |
template<> | |
long | max () throw() |
template<> | |
long | min () throw() |
Static Public Member Functions | |
static T | max () throw () |
static T | min () throw () |
Work around lacking "limits" header.
static T std::numeric_limits< T >::max | ( | ) | throw () [static] |
long std::numeric_limits< long >::max | ( | ) | throw() |
long std::numeric_limits< long >::min | ( | ) | throw() |
static T std::numeric_limits< T >::min | ( | ) | throw () [static] |