예제 #1
0
파일: symbol.hpp 프로젝트: ahiguti/pxc
 size_t operator ()(const symbol& x) const {
   return x.get_id();
 }
예제 #2
0
파일: symbol.hpp 프로젝트: ahiguti/pxc
 bool operator ()(const symbol& x, const symbol& y) const {
   return x.get_id() == y.get_id();
 }