[#bsl-multimap-0ae-contains-03] = xref:bsl.adoc[bsl]::xref:bsl/multimap-0ae.adoc[multimap]::contains :relfileprefix: ../../ :mrdocs: Return whether this multimap contains an element equivalent to `key`. == Synopsis Declared in `<bslstl_multimap.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool contains(xref:bsl/multimap-0ae/key_type.adoc[key_type] const& key) const; ---- == Description Return `true` if this multimap contains an element whose key is equivalent to the specified `key`. == Return Value `true` if an equivalent key is present == Parameters [cols="1,4"] |=== | Name| Description | *key* | key value to look up |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#