boost::urls::parse_ipv4_address

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

Synopsis

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

Return Value

The parsed address, or an error code.

Parameters

Name

Description

s

The string to parse.

Created with MrDocs