:relfileprefix: ../../../ [#8B77D8DBC47EAA790FF332A7D9C390AD69E3356A] = Function ipv6_address::to_buffer pass:v,q[Write a dotted decimal string representing the address to a buffer] == Synopsis Declared in header `` [source,cpp,subs="verbatim,macros,-callouts"] ---- string_view to_buffer( char* dest, size_t dest_size) const; ---- == Description pass:v,q[The resulting buffer is not null-terminated.] == Return Value * `string_view` == Parameters |=== | Name | Type | *dest* | `` | *dest_size* | `size_t` |===