Searched defs:LessThanOperator (Results 1 – 1 of 1) sorted by relevance
159 struct LessThanOperator : public Modifier::BaseOperator struct161 explicit LessThanOperator(const json& jsonObj) in LessThanOperator() function213 PropertyVariantType operator()(double val) override in operator ()()226 PropertyVariantType operator()(int32_t val) override in operator ()()238 PropertyVariantType operator()(int64_t val) override in operator ()()250 PropertyVariantType operator()(const std::string& val) override in operator ()()263 PropertyVariantType operator()(bool) override in operator ()()270 rangeValues;271 std::optional<PropertyVariantType> defaultValue;