Apache Log4cxx  Version 1.5.0
Loading...
Searching...
No Matches
log4cxx::helpers::StrictMath Class Reference

The class StrictMath contains methods for performing basic numeric operations. More...

#include <strictmath.h>

Static Public Member Functions

template<typename _type>
static const _type & minimum (const _type &a, const _type &b)
template<typename _type>
static const _type & maximum (const _type &a, const _type &b)

Detailed Description

The class StrictMath contains methods for performing basic numeric operations.

Member Function Documentation

◆ maximum()

template<typename _type>
const _type & log4cxx::helpers::StrictMath::maximum ( const _type & a,
const _type & b )
inlinestatic

◆ minimum()

template<typename _type>
const _type & log4cxx::helpers::StrictMath::minimum ( const _type & a,
const _type & b )
inlinestatic

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