Public Member Functions | |
bool | operator() (T const *t1, T const *t2) const |
Ordering (O const &c) | |
Private Attributes | |
O | comp |
Definition at line 164 of file OwnArray.h.
edm::OwnArray< T, MAX_SIZE, P >::Ordering< O >::Ordering | ( | O const & | c | ) | [inline] |
Definition at line 165 of file OwnArray.h.
bool edm::OwnArray< T, MAX_SIZE, P >::Ordering< O >::operator() | ( | T const * | t1, |
T const * | t2 | ||
) | const [inline] |
Definition at line 166 of file OwnArray.h.
References AlCaHLTBitMon_QueryRunRegistry::comp.
{ return comp(*t1, *t2); }
O edm::OwnArray< T, MAX_SIZE, P >::Ordering< O >::comp [private] |
Definition at line 170 of file OwnArray.h.