BloombergLP::ball::operator!=

Return true if the specified lhs and rhs do not have the same value.

Synopsis

Declared in <ball_recordstringformatter.h>

bool
operator!=(
    RecordStringFormatter const& lhs,
    RecordStringFormatter const& rhs);

Description

Two record formatters differ in value if their format specifications differ or their timestamp offsets differ.

Return Value

true if lhs and rhs do not have the same value, and false otherwise

Parameters

NameDescription
lhsleft-hand operand
rhsright-hand operand