167: vcl_pair<iterator, iterator> equal_range(const key_type& key)
{ return rep.equal_range(key); }
vcl_pair<const_iterator, const_iterator> equal_range(const key_type& key) const
{ return rep.equal_range(key); }
264: vcl_pair<iterator, iterator> equal_range(const key_type& key)
{ return rep.equal_range(key); }
vcl_pair<const_iterator, const_iterator> equal_range(const key_type& key) const
{ return rep.equal_range(key); }
In order to show you the most relevant results, we have omitted some entries very similar to the 2 already displayed.
If you like, you can repeat the search with the omitted results included.
Google Home - Google Code - Discuss - Terms of Service - Help - Submit Your Code
©2009 Google - Privacy