find
Returns an iterator to a MetadataElement whose (non-standard) key matches the key
argument.
If there are several matching elements, any of them may be returned.
If there are no matching elements, the method returns Metadata::end()
.
Syntax
const_iterator find(const std::string& key) const;