Body::operator<
Returns whether or not this body less than the right operand.
bool operator< (
const Body& body
) const;
Parameters
- body
- Right operand of the < operation.
Return value
True, if this body is less than the right operand.
Description
This method compares this body to the body parameter. The first body is less than the second, if the first body was generated earlier than the second one's.
Available from version: 12