cxxomfort  rel.20210622
Simple backports for C++ - http://ryan.gulix.cl/fossil.cgi/cxxomfort/
integral_limits< T > Struct Template Reference

An extension to numeric_limits that deals specifically with integer-like types. More...

Detailed Description

template<typename T>
struct cxxomfort::fix::integral_limits< T >

An extension to numeric_limits that deals specifically with integer-like types.

integral_limits provides the following new members:

Pending members :

cxxomfort provides specializations of the new integral_limits for all the types that are defined as integral. The list explicitly includes:

short, int, long, long long in their signed and unsigned variants.


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