adapnex::core::BaseSignal::operator<

Less‐than operator

Synopsis

Declared in <adapnex/core/signal.h>

bool
operator<(BaseSignal const& rhs) const;

Return Value

true if the left object is less than the right object, false otherwise

Parameters

Name Description

rhs

The right operand

Created with MrDocs