Return true if lhs is ordered after rhs.

Synopsis

Declared in <bdlmt_signaler.h>

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

Description

Return true if the specified lhs is grater than the specified rhs and false otherwise.

Return Value

true if lhs is ordered after rhs, and false otherwise

Parameters

Name

Description

lhs

left‐hand‐side connection

rhs

right‐hand‐side connection

Created with MrDocs