Home
last modified time | relevance | path

Searched defs:ValidatedByte (Results 1 – 1 of 1) sorted by relevance

/external/image_io/includes/image_io/base/
Dtypes.h20 struct ValidatedByte { struct
21 explicit ValidatedByte(Byte value_arg) : value(value_arg), is_valid(true) {} in ValidatedByte() argument
23 ValidatedByte& operator=(const ValidatedByte&) = default; argument
28 /// Equality operator for ValidatedByte argument