xref: /openbmc/phosphor-dbus-monitor/src/templates/median.mako.cpp (revision efdd03c2041f995d56b77f0dc6ad5a47fe0ac199)
1*efdd03c2SMatthew Barth std::make_unique<MedianCondition<${c.datatype}>>(
2*efdd03c2SMatthew Barth ${indent(1)}ConfigPropertyIndicies::get()[${c.instances}],
__anon0229ca8e0102(const auto& item)3*efdd03c2SMatthew Barth ${indent(1)}[](const auto& item){return item ${c.op} ${c.bound.argument(loader, indent=indent +1)};},
__anon0229ca8e0302(const auto& item)4*efdd03c2SMatthew Barth ${indent(1)}${c.oneshot.argument(loader, indent=indent +1)})\
5