Inequality operators
Synopses
Declared in <bdlde_base64decoderoptions.h>
Return true if the specified lhs and rhs attribute objects do not have the same value, and false otherwise. Two attribute objects do not have the same value if one or more respective attributes differ in values.
bool
operator!=(
Base64EncoderOptions const& lhs,
Base64EncoderOptions const& rhs);
Return true if the specified lhs and rhs attribute objects do not have the same value, and false otherwise. Two attribute objects do not have the same value if one or more respective attributes differ in values.
bool
operator!=(
Base64DecoderOptions const& lhs,
Base64DecoderOptions const& rhs);
Return true if the specified lhs and rhs MD5 digests do not have the same value, and false otherwise. Two digests do not have the same value if the values obtained from their respective loadDigest methods differ.
bool
operator!=(
Md5 const& lhs,
Md5 const& rhs);
Return true if the specified lhs and rhs checksums do not have the same value, and false otherwise. Two checksums do not have the same value if the values obtained from their checksum methods differ.
bool
operator!=(
Crc64 const& lhs,
Crc64 const& rhs);
Return true if the specified lhs and rhs checksums do not have the same value, and false otherwise. Two checksums do not have the same value if the values obtained from their checksum methods differ.
bool
operator!=(
Crc32 const& lhs,
Crc32 const& rhs);
Return true if the specified lhs and rhs SHA digests do not have the same value, and false otherwise. Two digests do not have the same value if there exists a set of updates (possibly including the empty set) that, if applied to both, lead to different values being obtained from their respective loadDigest methods.
bool
operator!=(
Sha224 const& lhs,
Sha224 const& rhs);
Return true if the specified lhs and rhs SHA digests do not have the same value, and false otherwise. Two digests do not have the same value if there exists a set of updates (possibly including the empty set) that, if applied to both, lead to different values being obtained from their respective loadDigest methods.
bool
operator!=(
Sha256 const& lhs,
Sha256 const& rhs);
Return true if the specified lhs and rhs SHA digests do not have the same value, and false otherwise. Two digests do not have the same value if there exists a set of updates (possibly including the empty set) that, if applied to both, lead to different values being obtained from their respective loadDigest methods.
bool
operator!=(
Sha384 const& lhs,
Sha384 const& rhs);
Return true if the specified lhs and rhs SHA digests do not have the same value, and false otherwise. Two digests do not have the same value if there exists a set of updates (possibly including the empty set) that, if applied to both, lead to different values being obtained from their respective loadDigest methods.
bool
operator!=(
Sha512 const& lhs,
Sha512 const& rhs);
Return true if the specified lhs and rhs SHA‐1 digests do not have the same value, and false otherwise. Two digests do not have the same value if there exists a set of updates (possibly including the empty set) that, if applied to both, lead to different values being obtained from their respective loadDigest methods.
bool
operator!=(
Sha1 const& lhs,
Sha1 const& rhs);
Created with MrDocs