コード例 #1
0
ファイル: servers.hpp プロジェクト: ghoff/accessl
 int compare_port(const server& other) const {
     return get_port() - other.get_port();
 }