#include <userver/utils/macaddr.hpp>
Base class for Macaddr/Macaddr8.
Definition at line 22 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 USERVER_IMPL_LIFETIME_BOUND |
| Get octets of MAC-address. | |
| using utils::MacaddrBase< N >::OctetsType = std::array<unsigned char, N> |
Definition at line 26 of file macaddr.hpp.
|
inlineexplicitnoexcept |
Definition at line 30 of file macaddr.hpp.
|
inlinenoexcept |
Get octets of MAC-address.
Definition at line 33 of file macaddr.hpp.
|
friend |
Definition at line 39 of file macaddr.hpp.
|
friend |
Definition at line 35 of file macaddr.hpp.