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 a snapshot of the master branch, built from commit 81b24c6d07.
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>

system::result< ipv4_address >
parse_ipv4_address(
    core::string_view s);

Convenience header <boost/url.hpp>


PrevUpHomeNext