Write a dotted decimal string representing the address to a buffer
Synopsis
Declared in header </boost/url/ipv4_address.hpp#L218[boost/url/ipv4_address.hpp,window=blank_]>
string_view
to_buffer(
char* dest,
size_t dest_size) const;
Description
The resulting buffer is not null-terminated.
Return Value
-
string_view
Parameters
Name | Type |
---|---|
dest |
`` |
dest_size |
|