to_string
Return the address as a string in dotted decimal format
Synopsis
template<class StringToken = string_token::return_string>
StringToken::result_type
to_string(StringToken&& token) const;
Defined in file <include/boost/url/ipv4_address.hpp> on line 196
Description
When called with no arguments, the return type is std::string
.
Otherwise, the return type and style
of output is determined by which string
token is passed.