Base class for Macaddr/Macaddr8. More...
#include <userver/utils/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.   | |
Friends | |
| bool | operator== (const MacaddrBase< N > &a, const MacaddrBase< N > &b) noexcept | 
| bool | operator!= (const MacaddrBase< N > &a, const MacaddrBase< N > &b) noexcept | 
Base class for Macaddr/Macaddr8.
Definition at line 21 of file macaddr.hpp.
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.