예제 #1
0
 pair < iterator, bool > insert (value_type obj)
   {
     pair < typename ht::iterator, bool > p = rep.insert (obj);
   }
예제 #2
0
파일: copyprop.C 프로젝트: 0day-ci/gcc
 pair<iterator, bool> insert(const value_type& obj) {
   return rep.insert(obj);
 }