Template Struct ElementInRange
Defined in File validate.hpp
Struct Documentation
-
template<typename T>
struct ElementInRange check that an element is in the given range
T is the unwrapped element type (e.g. float or int)
Public Types
-
using Message = ElementInRangeMessage<T>
Public Functions
Public Static Functions
-
static inline std::string name()
-
using Message = ElementInRangeMessage<T>