Return true if lhs and rhs have the same value.
Synopsis
Declared in <bslstl_unorderedmultimap.h>
bool
operator==(
unordered_multimap<KEY2, VALUE2, HASH2, EQUAL2, ALLOCATOR2> const& lhs,
unordered_multimap<KEY2, VALUE2, HASH2, EQUAL2, ALLOCATOR2> const& rhs);
Return Value
true if the unordered multimaps compare equal
Parameters
Name |
Description |
lhs |
left‐hand unordered multimap to compare |
rhs |
right‐hand unordered multimap to compare |
Created with MrDocs