コード例 #1
0
bool operator==( const ServerSocket& l, const ServerSocket& r )
{
    return (l.get_fd() == r.get_fd());
}