|
ant
A2 ant: class-based analysis framework
|
Public Member Functions | |
| matchpair (size_t index_a, size_t index_b, double distance) noexcept | |
| bool | operator> (const matchpair &o) const noexcept |
| bool | operator< (const matchpair &o) const noexcept |
Public Attributes | |
| size_t | a |
| size_t | b |
| double | dist |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
| size_t matchpair::a |
| size_t matchpair::b |
| double matchpair::dist |