Struct lsst::afw::table::Match

template<typename Record1, typename Record2>
struct Match

Lightweight representation of a geometric match between two records.

This is a template so it can hold derived record classes without a lot of casting and properly use lsst::geom::Angle for the distance when we do spherical coordinate matches.