标签:
http://blog.csdn.net/luomingjun12315/article/details/47376359
自定义数据结构时,要重载小于号,可以用 常成员函数 或者 友员函数。
push();
top();
size();
empty();
STL 优先队列
原文地址:http://www.cnblogs.com/superxuezhazha/p/5691046.html