home *** CD-ROM | disk | FTP | other *** search
- The function call operator is often used to implement iterators.
- Iterators are used to iterate through objects of container classes.
- If you want to overload the function call operator, you must overload
- it as a nonstatic member function. You will get a compile-time
- error if you try to overload it as any other kind of function.
-