Write a dotted decimal string representing the address to a buffer
Synopsis
Declared in <boost/url/ipv6_address.hpp>
core::string_view
to_buffer(
char* dest,
std::size_t dest_size) const;
Description
The resulting buffer is not null‐terminated.
Exceptions
Name |
Thrown on |
|
|
Return Value
The formatted string
Parameters
Name |
Description |
dest |
The buffer in which to write, which must have at least |
dest_size |
The size of the output buffer. |
Created with MrDocs