MCPcopy Create free account
hub / github.com/LemonOSProject/LemonOS / operator!=

Method operator!=

Kernel/include/net/net.h:79–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77 }
78
79 bool operator!=(const MACAddress& r) const{
80 return !operator==(r);
81 }
82
83 uint8_t& operator[](unsigned pos){
84 return data[pos];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected