Definition at line 19 of file Projection.fhh.
Public Member Functions | |
bool | operator() (const Rivet::Projection *x, const Rivet::Projection *y) const |
Define "less" operator for Projection* containers in terms of the Projection::before virtual method. |
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 150 of file Projection.hh.
References Projection::before().
00151 { 00152 return x->before(*y); 00153 }