Return whether the maps have the same key/value contents.

Synopsis

Declared in <bdlc_flathashmap.h>

template<>
bool
operator==(
    FlatHashMap const& lhs,
    FlatHashMap const& rhs);

Return Value

true if equal, and false otherwise

Parameters

Name

Description

lhs

left‐hand map

rhs

right‐hand map

Created with MrDocs