STL----- set 经常使用函数

#include <iostream> #include <set> using namespace std; struct People { People(string name,int age) { this->name = name; this->age = age; } bool operator <(const People p) const //运算符重载 {
相关文章
相关标签/搜索