
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 314 of file statusrequest.h.
| OSB_LIB::StatusRequest::GeValidFrom::GeValidFrom | ( | const DateTime & | rhs | ) |
Constructor with right-hand side timestamp.
| bool OSB_LIB::StatusRequest::GeValidFrom::operator() | ( | const StatusRequest & | lhs | ) | [inline] |
Do the greater-equal comparision with valid-from of lhs.
Definition at line 488 of file statusrequest.h.
References rhs_, and OSB_LIB::StatusRequest::validFrom().
const DateTime OSB_LIB::StatusRequest::GeValidFrom::rhs_ [private] |
Right-hand side valid-from timestamp.
Definition at line 322 of file statusrequest.h.
Referenced by operator()().
1.4.7