ant
A2 ant: class-based analysis framework
ant::analysis::utils::matchpair Struct Reference

#include <Matcher.h>

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
 
bool matched = false
 

Constructor & Destructor Documentation

◆ matchpair()

ant::analysis::utils::matchpair::matchpair ( size_t  index_a,
size_t  index_b,
double  distance 
)
inlinenoexcept

Member Function Documentation

◆ operator<()

bool ant::analysis::utils::matchpair::operator< ( const matchpair o) const
inlinenoexcept

◆ operator>()

bool ant::analysis::utils::matchpair::operator> ( const matchpair o) const
inlinenoexcept

Member Data Documentation

◆ a

size_t ant::analysis::utils::matchpair::a

◆ b

size_t ant::analysis::utils::matchpair::b

◆ dist

double ant::analysis::utils::matchpair::dist

◆ matched

bool ant::analysis::utils::matchpair::matched = false

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