#include <Port.hh>
Definition at line 88 of file Port.hh.
◆ operator()()
bool TTAMachine::Port::PairComparator::operator() |
( |
const std::pair< const Port *, const Port * > & |
pp1, |
|
|
const std::pair< const Port *, const Port * > & |
pp2 |
|
) |
| const |
Definition at line 549 of file Port.cc.
553 if (Comparator()(pp1.first, pp2.first)) {
556 if (Comparator()(pp2.first, pp1.first)) {
559 if (Comparator()(pp1.second, pp2.second)) {
The documentation for this struct was generated from the following files: