1 #ifndef FWCore_Utilities_TypeIDBase_h 2 #define FWCore_Utilities_TypeIDBase_h 44 const char*
name()
const {
return t_->name(); }
59 const std::type_info*
t_;
bool operator==(const TypeIDBase &b) const
const std::type_info & typeInfo() const
bool operator<(const TypeIDBase &b) const
TypeIDBase(const std::type_info &t)
const std::type_info * t_
bool operator>(View< T > const &, View< T > const &)
bool operator!=(debugging_allocator< X > const &, debugging_allocator< Y > const &) noexcept
TypeIDBase(const std::type_info *t)
const char * name() const