示例#1
0
文件: copyprop.C 项目: 0day-ci/gcc
 size_type count(const key_type& key) const {
   return rep.count(key);
 }