Function ipv4_address::to_buffer
Write a dotted decimal string representing the address to a buffer
Synopsis
Declared in header <boost/url/ipv4_address.hpp>
core::string_view
to_buffer(
char* dest,
std::size_t dest_size) const;
Write a dotted decimal string representing the address to a buffer
Declared in header <boost/url/ipv4_address.hpp>
core::string_view
to_buffer(
char* dest,
std::size_t dest_size) const;