5#ifndef ADA_SERIALIZERS_H
6#define ADA_SERIALIZERS_H
23 const std::array<uint16_t, 8>& address,
size_t& compress,
24 size_t& compress_length)
noexcept;
32std::string
ipv6(
const std::array<uint16_t, 8>& address)
noexcept;
40std::string
ipv4(uint64_t address)
noexcept;
Common definitions for cross-platform compiler support.
Includes the definitions for URL serializers.
std::string ipv6(const std::array< uint16_t, 8 > &address) noexcept
void find_longest_sequence_of_ipv6_pieces(const std::array< uint16_t, 8 > &address, size_t &compress, size_t &compress_length) noexcept
std::string ipv4(uint64_t address) noexcept