This struct represents either a single value or a range.
More...
#include <libCZI_Metadata2.h>
|
bool | singleValue |
| True if this struct represents a single value. In this case, the property end is invalid.
|
|
t | startOrSingleValue |
| The start value of a range (in the case that singleValue is false) or the single value (if singleValue is true).
|
|
t | end |
| The end of the range (only valid if singleValue is false).
|
|
template<typename t>
struct libCZI::RangeOrSingleValue< t >
This struct represents either a single value or a range.
The documentation for this struct was generated from the following file: