Exemple #1
0
 int compare_port(const server& other) const {
     return get_port() - other.get_port();
 }