LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
util::details::SorterFrom< Comparer > Struct Template Reference

#include "MultipleChoiceSelection.h"

Public Member Functions

bool operator() (std::string const &a, std::string const &b) const
 

Detailed Description

template<typename Comparer>
struct util::details::SorterFrom< Comparer >

Definition at line 51 of file MultipleChoiceSelection.h.

Member Function Documentation

template<typename Comparer >
bool util::details::SorterFrom< Comparer >::operator() ( std::string const &  a,
std::string const &  b 
) const

Definition at line 517 of file MultipleChoiceSelection.h.

519 {
520  return Comparer::less(a, b);
521 }

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