boost::urls::ipv4_address::is_multicast

Return true if the address is a multicast address

Synopsis

Declared in <boost/url/ipv4_address.hpp>
bool
is_multicast() const noexcept;


Return Value

true if the address is a multicast address

Created with MrDocs