Brad Bishop | 4041d72 | 2017-05-21 10:06:07 -0400 | [diff] [blame] | 1 | std::make_unique<CountCondition<${c.datatype}>>( |
2 | ${indent(1)}ConfigPropertyIndicies::get()[${c.instances}], | ||||
3 | ${indent(1)}[](const auto& item){return item ${c.countop} ${c.countbound};}, | ||||
4 | ${indent(1)}[](const auto& item){return item ${c.op} ${c.bound};})\ |