blob: 16e328f91377cfb9f549282e252de372c7a40313 [file] [log] [blame]
#include <stdplus/net/addr/ip.hpp>
namespace stdplus
{
template In4Addr FromStr<In4Addr>::operator()(std::string_view) const;
template char* ToStr<In4Addr>::operator()(char*, In4Addr) const noexcept;
template In6Addr FromStr<In6Addr>::operator()(std::string_view) const;
} // namespace stdplus