Compare addresses for ordering.
friend bool operator>( const address_v4 & a1, const address_v4 & a2);
Compares two addresses in host byte order.
a1.to_uint() > a2.to_uint()
.
Header: asio/ip/address_v4.hpp
Convenience header: asio.hpp