#include <Ipv6Tunneling.h>
|
| bool | operator() (const Tunnels::value_type &lhs, const Tunnels::value_type &rhs) const |
| |
◆ operator()()
| bool inet::Ipv6Tunneling::equalTunnel::operator() |
( |
const Tunnels::value_type & |
lhs, |
|
|
const Tunnels::value_type & |
rhs |
|
) |
| const |
|
inline |
107 return (lhs.second.entry == rhs.second.entry) &&
108 (lhs.second.exit == rhs.second.exit) &&
109 (lhs.second.destTrigger == rhs.second.destTrigger);
The documentation for this struct was generated from the following file: