15 #ifndef TCLAP_CONSTRAINT_H 16 #define TCLAP_CONSTRAINT_H 46 virtual std::string
shortID()
const =0;
53 virtual bool check(
const T& value)
const =0;
virtual std::string shortID() const =0
Defines the interaction between an argument and a constraint.
virtual std::string description() const =0
virtual bool check(const T &value) const =0