multiset::find - key range


template <class t,class less>
list<t> multiset<t,less>::find(const t& key) const

This method finds a key range list.

Parameters

const t& key

An element containing the key to be found.

Return

list<t>

A list containing the requested elements.

Notes

An empty list is returned if the element does not exist.