First page Back Continue Last page Graphics
accumulate(b, e, t)
Local copy of t is made. The type of t determines how the accumulation will take place.
Each element in [b,e) is added to t.
returns final value of t as its value.
see accu1.cpp for example.