示例#1
0
文件: servers.hpp 项目: ghoff/accessl
 int compare_port(const server& other) const {
     return get_port() - other.get_port();
 }