Return true if the specified lhs and rhs do not have the same value.
Synopsis
Declared in <bdlb_bigendian.h>
bool
operator!=(
BigEndianInt32 const& lhs,
BigEndianInt32 const& rhs);
Description
Return true if the specified lhs and rhs BigEndianInt32 objects do not have the same value, and false otherwise. Two BigEndianInt32 objects do not have the same value if and only if the respective integral network byte‐order values that they represent do not have the same value.
Return Value
true if lhs and rhs do not have the same value, and false otherwise
Parameters
Name |
Description |
lhs |
left‐hand operand |
rhs |
right‐hand operand |
Created with MrDocs