|
ritsuko
Helper utilities for ArtifactDB C++ code
|
Extremes for integer types. More...
#include <find_extremes.hpp>
Public Attributes | |
| bool | has_lowest = false |
| bool | has_highest = false |
| bool | has_zero = false |
Extremes for integer types.
| bool ritsuko::IntegerExtremes::has_highest = false |
Whether the highest integer value is present.
| bool ritsuko::IntegerExtremes::has_lowest = false |
Whether the lowest integer value is present.
| bool ritsuko::IntegerExtremes::has_zero = false |
Whether zero is present.