home *** CD-ROM | disk | FTP | other *** search
- Here is the definition of the overloaded postfix increment
- operator. In this case, the function is declared to be inline.
- Overloaded operators do not need to be inlined. Notice that the
- integer argument is not used in the body of the function. The
- explicit argument should not be accessed by the function.
-