Navigation: Up, Table of Contents, Bibliography, Index, Title Page

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.


Next: Class declaration of greater<T>
Navigation: Up, Table of Contents, Bibliography, Index, Title Page
The CGAL Project. Mon, June 30, 1997.