rivet is hosted by Hepforge, IPPP Durham
less< const Rivet::Projection * > Struct Template Reference

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

List of all members.

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.

Detailed Description

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

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

Definition at line 21 of file Projection.fhh.


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 154 of file Projection.hh.

References Projection::before().

                                                                                             {
  return x->before(*y);
}

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