bioformats
5.1.2
|
Constraint for strictly positive integer values. More...
#include <ome/xml/model/primitives/NumericConstraints.h>
Public Member Functions | |
bool | operator() (const N &value) const |
Check that value > 0. More... | |
Constraint for strictly positive integer values.
N | the type to constrain. |
|
inline |
Check that value > 0.
value | the value to check. |