1 #ifndef FWCore_Utilities_ConstRespectingPtr_h
2 #define FWCore_Utilities_ConstRespectingPtr_h
45 void set(std::unique_ptr<T> iNewValue);
67 return nullptr != m_data;
73 m_data = iNewValue.release();
edm::propagate_const< T * > m_data
T const & operator*() const
T const * operator->() const
void set(std::unique_ptr< T > iNewValue)
ConstRespectingPtr & operator=(ConstRespectingPtr< T > const &)=delete