Public Member Functions | List of all members
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 52 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 574 of file MultipleChoiceSelection.h.

575  { return Comparer::less(a, b); }
const double a
static bool * b
Definition: config.cpp:1043

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