Searched defs:LessThanOperator (Results 1 – 1 of 1) sorted by relevance
163 struct LessThanOperator : public Modifier::BaseOperator struct165 explicit LessThanOperator(const json& jsonObj) in LessThanOperator() argument224 PropertyVariantType operator()(double val) override in operator ()()237 PropertyVariantType operator()(int32_t val) override in operator ()()249 PropertyVariantType operator()(int64_t val) override in operator ()()261 PropertyVariantType operator()(const std::string& val) override in operator ()()274 PropertyVariantType operator()(bool) override in operator ()()281 rangeValues;282 std::optional<PropertyVariantType> defaultValue;