标签:get blank 用法 就是 tps gre log 类的使用 class
//升序队列 priority_queue <int,vector<int>,greater<int> > q; //降序队列 priority_queue <int,vector<int>,less<int> >q; //greater和less是std实现的两个仿函数(就是使一个类的使用看上去像一个函数。其实现就是类中实现一个operator(),这个类就有了类似函数的行为,就是一个仿函数类了)
标签:get blank 用法 就是 tps gre log 类的使用 class
原文地址:https://www.cnblogs.com/liuyongliu/p/10320422.html