CMS 3D CMS Logo

Public Member Functions

lhef::Matching< Delta >::AlwaysTrue Struct Reference

Inheritance diagram for lhef::Matching< Delta >::AlwaysTrue:
unary_function

List of all members.

Public Member Functions

bool operator() (Delta dummy)

Detailed Description

template<typename Delta>
struct lhef::Matching< Delta >::AlwaysTrue

Definition at line 66 of file Matching.h.


Member Function Documentation

template<typename Delta>
bool lhef::Matching< Delta >::AlwaysTrue::operator() ( Delta  dummy) [inline]

Definition at line 67 of file Matching.h.

{ return true; }