|
kblib 0.2.3
General utilities library for modern C++
|
Classes | |
| struct | max_t |
| Shorthand for std::numeric_limits::max(). More... | |
| struct | min_t |
| Shorthand for std::numeric_limits::min() More... | |
Variables | |
| constexpr struct kblib::nums::max_t | max |
| constexpr struct kblib::nums::min_t | min |
| constexpr struct kblib::nums::max_t kblib::nums::max |
A shorthand for the maximum value of the destination type. Also provides max(a, b).
| constexpr struct kblib::nums::min_t kblib::nums::min |
A shorthand for the minimum value of the destination type. Also provides min(a, b).