INET Framework for OMNeT++/OMNEST
inet::Ipv6Tunneling::equalTunnel Struct Reference

#include <Ipv6Tunneling.h>

Inheritance diagram for inet::Ipv6Tunneling::equalTunnel:

Public Member Functions

bool operator() (const Tunnels::value_type &lhs, const Tunnels::value_type &rhs) const
 

Member Function Documentation

◆ operator()()

bool inet::Ipv6Tunneling::equalTunnel::operator() ( const Tunnels::value_type &  lhs,
const Tunnels::value_type &  rhs 
) const
inline
106  {
107  return (lhs.second.entry == rhs.second.entry) &&
108  (lhs.second.exit == rhs.second.exit) &&
109  (lhs.second.destTrigger == rhs.second.destTrigger);
110  }

The documentation for this struct was generated from the following file: