[#8B77D8DBC47EAA790FF332A7D9C390AD69E3356A]

Function ipv6_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;
        

Description

The resulting buffer is not null-terminated.