boost::urls::ipv4_address::to_buffer
Write a dotted decimal string representing the address to a buffer
Synopsis
core::string_view
to_buffer(
char* dest,
std::size_t dest_size) const;
Exceptions
Name | Thrown on |
---|---|
|
<; ipv4&lowbar;address&colon;&colon;max&lowbar;str&lowbar;len&grave; |
Parameters
Name | Description |
---|---|
dest |
The buffer in which to write, which must have at least &grave;dest&lowbar;size&grave; space&period; |
dest_size |
The size of the output buffer&period; |
Created with MrDocs