libpqxx  4.0.1
std::numeric_limits< T > Struct Template Reference

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 ()
 

Detailed Description

template<typename T>
struct std::numeric_limits< T >

Work around lacking "limits" header.

Member Function Documentation

◆ max() [1/2]

template<typename T >
static T std::numeric_limits< T >::max ( )
throw (
)
static

◆ max() [2/2]

template<>
long std::numeric_limits< long >::max ( )
throw(
)

◆ min() [1/2]

template<typename T >
static T std::numeric_limits< T >::min ( )
throw (
)
static

◆ min() [2/2]

template<>
long std::numeric_limits< long >::min ( )
throw(
)

The documentation for this struct was generated from the following file: