Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
stdplus
/
8955b5e8736a05c364a5770331b9d02c289d2a56
/
.
/
src
/
net
/
addr
/
ether.cpp
blob: 646637b88a7275616d163b153098804b17133822 [
file
] [
log
] [
blame
]
#include
<stdplus/net/addr/ether.hpp>
namespace
stdplus
{
template
char
*
ToStr
<
EtherAddr
>::
operator
()(
char
*,
EtherAddr
)
const
noexcept
;
template
EtherAddr
FromStr
<
EtherAddr
>::
operator
()(
std
::
string_view
)
const
;
}
// namespace stdplus