Template Class inrange

Inheritance Relationships

Base Type

Class Documentation

template<typename T>
class inrange : public options::validator<T>

Public Types

using value_type = T

Public Functions

inline inrange(T min, T max)
inline T operator()(const T &x) const

Protected Attributes

T min_
T max_