Itasca C++ Interface
|
debug checked shorthand for std::numeric_limits<T>:: More...
#include <limit.h>
Static Public Member Functions | |
static T | real_min () |
debug checked shorthand for std::numeric_limits<T>::
This simply allows the use of limits<T> as a convenient shorthand to the verbose std::numeric_limits<T>.
It also performs overflow checking in debug mode only.
|
inlinestatic |