1 #ifndef DataFormats_Common_RefItem_h
2 #define DataFormats_Common_RefItem_h
16 template<
typename KEY>
40 template<
typename KEY>
44 return lhs.
key() == rhs.
key();
47 template<
typename KEY>
54 template<
typename KEY>
58 return lhs.
key() < rhs.key();
RefItem(key_type inx, void const *p)
bool operator!=(debugging_allocator< X > const &, debugging_allocator< Y > const &)
bool operator==(debugging_allocator< X > const &, debugging_allocator< Y > const &)
void const * setPtr(void const *p) const