Example #1
0
 std::pair<iterator, iterator>
 equal_range (const key_type& k) const {
   return m_set.equal_range (k);
 }