Template Struct ElementInRange

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

inline std::vector<Message> run(const ADMData &adm) const
template<typename F>
inline void visit(F f)

Public Members

std::vector<std::string> path
Range<T> range

Public Static Functions

static inline std::string name()