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