#include <userver/utils/macaddr.hpp>
Base class for Macaddr/Macaddr8.
Definition at line 21 of file macaddr.hpp.
Public Types | |
using | OctetsType = std::array<unsigned char, N> |
Public Member Functions | |
MacaddrBase (const OctetsType &macaddr) noexcept | |
const OctetsType & | GetOctets () const noexcept |
Get octets of MAC-address. | |
Definition at line 25 of file macaddr.hpp.
|
inlineexplicitnoexcept |
Definition at line 29 of file macaddr.hpp.
|
inlinenoexcept |
Get octets of MAC-address.
Definition at line 33 of file macaddr.hpp.
|
friend |
Definition at line 40 of file macaddr.hpp.
|
friend |
Definition at line 35 of file macaddr.hpp.