CMS 3D CMS Logo

All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ConsumesCollector.cc
Go to the documentation of this file.
2 
3 namespace edm {
4 
5  ConsumesCollector::ConsumesCollector(ConsumesCollector const& other) : m_consumer(get_underlying(other.m_consumer)) {}
6 
9  return *this;
10  }
11 
12 } // namespace edm
edm::propagate_const< EDConsumerBase * > m_consumer
ConsumesCollector & operator=(ConsumesCollector const &)
constexpr T & get_underlying(propagate_const< T > &)