Example #1
0
 iterator upper_bound (const key_type& k) const {
   return m_set.upper_bound (k);
 }