bioformats  5.1.3
Public Member Functions | List of all members
ome::xml::model::primitives::PositiveIntegerConstraint< N > Struct Template Reference

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...
 

Detailed Description

template<typename N>
struct ome::xml::model::primitives::PositiveIntegerConstraint< N >

Constraint for strictly positive integer values.

Template Parameters
Nthe type to constrain.

Member Function Documentation

template<typename N >
bool ome::xml::model::primitives::PositiveIntegerConstraint< N >::operator() ( const N &  value) const
inline

Check that value > 0.

Parameters
valuethe value to check.
Returns
true if the value is valid, false if invalid.

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