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

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
 

Constructor & Destructor Documentation

◆ matchpair()

matchpair::matchpair ( size_t  index_a,
size_t  index_b,
double  distance 
)
inlinenoexcept

Member Function Documentation

◆ operator<()

bool matchpair::operator< ( const matchpair o) const
inlinenoexcept

◆ operator>()

bool matchpair::operator> ( const matchpair o) const
inlinenoexcept

Member Data Documentation

◆ a

size_t matchpair::a

◆ b

size_t matchpair::b

◆ dist

double matchpair::dist

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