less< const Rivet::Projection * > Struct Template Reference

List of all members.


Detailed Description

template<>
struct std::std::less< const Rivet::Projection * >

This is the function called when comparing two (const) pointers to Rivet::Projection.

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.

Member Function Documentation

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 }


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