Template Struct meta< in6_addr >

Struct Documentation

template<>
struct meta<in6_addr>

Public Static Attributes

static constexpr auto value = [](const auto &self) -> auto { FixedName<INET6_ADDRSTRLEN> val;inet_ntop(AF_INET6, &self, val.buf.data(), INET6_ADDRSTRLEN);val.len = std::char_traits<char>::length(val.buf.data());return val;}