Compares (years,months) ages.
bool operator <( const Age& newAge ) const;
|
Parameters |
Description |
|
const Age& newAge |
The age to compare this one to. |
True if this age is less than argument, false otherwise.
|
Copyright (c) 2010. All rights reserved.
|
|
What do you think about this topic? Send feedback!
|