1 #ifndef CommonTools_Utils_PointerComparator_h
2 #define CommonTools_Utils_PointerComparator_h
21 if ( t1 == 0 || t2 == 0 )
23 <<
"PointerComparator: passed null pointer.";
24 return cmp( *t1, *t2 );
bool operator()(const first_argument_type *t1, const second_argument_type *t2) const
auto const T2 &decltype(t1.eta()) t2
C::first_argument_type first_argument_type
C::second_argument_type second_argument_type