BloombergLP::balst::operator!=

Return true if the specified lhs and rhs objects do not have the same value, and false otherwise.

Synopses

Declared in <balst_stacktrace.h>

Return true if the specified lhs and rhs objects do not have the same value, and false otherwise.

bool
operator!=(
    StackTraceFrame const& lhs,
    StackTraceFrame const& rhs);
» more...

Return true if the specified lhs and rhs objects do not have the same value, and false otherwise.

bool
operator!=(
    StackTrace const& lhs,
    StackTrace const& rhs);
» more...

Return Value

  • true if the objects do not have the same value, and false otherwise
  • true if the objects do not have the same value, and false otherwise

Parameters

NameDescription
lhsleft-hand operand
rhsright-hand operand