| 77 | |
| 78 | template <typename T, typename Accumulator = typename DefaultAccumulator<T>::Type> |
| 79 | typename Accumulator::ResultType Accumulate( PriorityBlend::Attribute<T> Tr2PostProcessAttributes::* attr, const std::vector<Tr2PostProcessAttributes*>& sources, AttributesDebugObserver<Tr2PostProcessAttributes>* observer, Accumulator accumulator = {} ) |
| 80 | { |
| 81 | return PriorityBlend::Accumulate( attr, sources, observer, GetAttributeName( attr ), accumulator ); |
| 82 | } |
| 83 | |
| 84 | } |
| 85 |
no test coverage detected