lsst.afw  20.0.0-13-gad96b2d30+614f89f815
Public Member Functions | Public Attributes | List of all members
lsst::afw::table::detail::ComparisonAdaptor< RecordT, Adaptee > Struct Template Reference

#include <Catalog.h>

Public Member Functions

bool operator() (std::shared_ptr< RecordT > const &a, std::shared_ptr< RecordT > const &b) const
 

Public Attributes

Adaptee adaptee
 

Detailed Description

template<typename RecordT, typename Adaptee>
struct lsst::afw::table::detail::ComparisonAdaptor< RecordT, Adaptee >

Definition at line 698 of file Catalog.h.

Member Function Documentation

◆ operator()()

template<typename RecordT , typename Adaptee >
bool lsst::afw::table::detail::ComparisonAdaptor< RecordT, Adaptee >::operator() ( std::shared_ptr< RecordT > const &  a,
std::shared_ptr< RecordT > const &  b 
) const
inline

Definition at line 699 of file Catalog.h.

Member Data Documentation

◆ adaptee

template<typename RecordT , typename Adaptee >
Adaptee lsst::afw::table::detail::ComparisonAdaptor< RecordT, Adaptee >::adaptee

Definition at line 703 of file Catalog.h.


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