Matthew Barth | efdd03c | 2019-09-04 15:44:35 -0500 | [diff] [blame] | 1 | std::make_unique<MedianCondition<${c.datatype}>>( |
2 | ${indent(1)}ConfigPropertyIndicies::get()[${c.instances}], | ||||
3 | ${indent(1)}[](const auto& item){return item ${c.op} ${c.bound.argument(loader, indent=indent +1)};}, | ||||
4 | ${indent(1)}${c.oneshot.argument(loader, indent=indent +1)})\ |