Definition

An object of the class plus is a function object that allows to add two objects of type T.

Operations

T add ( T t1 , T t2 ) returns t1 + t2.
Precondition: `+' must be defined for type T.