less< const Rivet::Projection * > Struct Template Reference This is the function called when comparing two (const) pointers to Rivet::Projection. More...
Detailed Descriptiontemplate<>
|
bool operator() | ( | const Rivet::Projection * | x, |
const Rivet::Projection * | y | ||
) | const [inline] |
Define "less" operator for Projection* containers in terms of the Projection::before virtual method.
Definition at line 154 of file Projection.hh.
References Projection::before().
{ return x->before(*y); }