Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for an old version of Boost. Click here to view this page for the latest version.
PrevUpHomeNext

parse_ipv4_address

Return an IPv4 address from an IP address string in dotted decimal form.

Synopsis

Defined in header <boost/url/ipv4_address.hpp>

result< ipv4_address >
parse_ipv4_address(
    string_view s);

Convenience header <boost/url.hpp>


PrevUpHomeNext