Home | Libraries | People | FAQ | More |
Write a dotted decimal string representing the address to a buffer.
string_view to_buffer( char* dest, std::size_t dest_size) const;
The resulting buffer is not null-terminated.
Type |
Thrown On |
---|---|
|
|
The formatted string
Name |
Description |
---|---|
|
The buffer in which to write, which must have at least |
|
The size of the output buffer. |