...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
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. |