
The logic what is on the left or right side of the >= operator might be confusing, use the followin hint:
A predicate LessThanY(int y) should return true if called for x < y.
Definition at line 160 of file statuschange.h.
| OSB_LIB::StatusChange::GeValidFrom::GeValidFrom | ( | const DateTime & | rhs | ) |
Constructor with right-hand side timestamp.
| bool OSB_LIB::StatusChange::GeValidFrom::operator() | ( | const StatusChange & | lhs | ) | [inline] |
Do the greater-equal comparision with valid-from of lhs.
Definition at line 324 of file statuschange.h.
References rhs_, and OSB_LIB::StatusChange::validFrom_.
const DateTime OSB_LIB::StatusChange::GeValidFrom::rhs_ [private] |
Right-hand side valid-from timestamp.
Definition at line 168 of file statuschange.h.
Referenced by operator()().
1.4.7