blob: 5266733e2e8ec626a4c5d3ea9d8f6d0cb01261a4 [file] [log] [blame]
William A. Kennington IIIb25086a2023-01-09 18:53:29 -08001#include <stdplus/net/addr/ether.hpp>
William A. Kennington III84c7aa22023-06-14 13:26:47 -07002
3namespace stdplus
4{
5template EtherAddr FromStr<EtherAddr>::operator()(std::string_view) const;
6}