blob: fca752af4415809fcd728c05fbaa9ffefcc24cbe [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;
} // namespace stdplus