Home
last modified time | relevance | path

Searched refs:LessThanOperator (Results 1 – 1 of 1) sorted by relevance

/openbmc/phosphor-fan-presence/control/json/utils/
H A Dmodifier.cpp163 struct LessThanOperator : public Modifier::BaseOperator struct
165 explicit LessThanOperator(const json& jsonObj) in LessThanOperator() argument
310 _operator = std::make_unique<LessThanOperator>(jsonObj); in setOperator()