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.cpp159 struct LessThanOperator : public Modifier::BaseOperator struct
161 explicit LessThanOperator(const json& jsonObj) in LessThanOperator() function
297 _operator = std::make_unique<LessThanOperator>(jsonObj); in setOperator()