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