21 May
2013
21 May
'13
9:38 p.m.
On 13-05-20 11:29 AM, Michael Powell wrote:
Hello,
We've got a complex domain model which must be accumulated and eventually averaged together. I am already overloading the operators for that model.
We could roll our own with just the operators we'll need to accommodate, like +, +=, /, etc, but would like to take a gander at Boost.Accumulator first. Would be much better, obviously, rather than having to reinvent the wheel.
How doable would it be to accumulate an arbitrarily complex domain model. That's assuming that it is sensible to add, average, and so on, the model, which it is.
What do you mean by "accumulate a domain model"? -- Eric Niebler Boost.org