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

Constraint for non-negative floating point values. More...

#include <ome/xml/model/primitives/NumericConstraints.h>

Public Member Functions

bool operator() (const N &value) const
 Check that value >= 0.0. More...
 

Detailed Description

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

Constraint for non-negative floating point values.

Template Parameters
Nthe type to constrain.

Member Function Documentation

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

Check that value >= 0.0.

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

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