Template Struct meta< in_addr >
Defined in File dns_json_defs.h
Struct Documentation
-
template<>
struct meta<in_addr> Definitions for IPv4 and IPv6 addresses.
Public Static Attributes
-
static constexpr auto value =
[](const auto &self) -> auto { FixedName<INET_ADDRSTRLEN> val;inet_ntop(AF_INET, &self, val.buf.data(), INET_ADDRSTRLEN);val.len = std::char_traits<char>::length(val.buf.data());return val;}
-
static constexpr auto value =