8#ifndef ADA_SERIALIZERS_H
9#define ADA_SERIALIZERS_H
43std::string
ipv6(
const std::array<uint16_t, 8>&
address);
Cross-platform compiler macros and common definitions.
IP address serialization functions.
void find_longest_sequence_of_ipv6_pieces(const std::array< uint16_t, 8 > &address, size_t &compress, size_t &compress_length) noexcept
std::string ipv6(const std::array< uint16_t, 8 > &address)
std::string ipv4(uint64_t address)
ada_warn_unused ada::result< result_type > parse(std::string_view input, const result_type *base_url=nullptr)