Return true if the specified lhs date is later than the specified rhs date, and false otherwise.

Synopsis

Declared in <bdlt_date.h>

bool
operator>(
    Date const& lhs,
    Date const& rhs);

Return Value

true if lhs is later than rhs

Parameters

Name

Description

lhs

left‐hand date operand

rhs

right‐hand date operand

Created with MrDocs