1 #ifndef FWCore_Utilities_value_ptr_h
2 #define FWCore_Utilities_value_ptr_h
93 myP(orig.
myP) { orig.myP=
nullptr; }
121 template <
typename U>
126 template <
typename U>
172 return myP !=
nullptr ?
182 template <
typename U>
205 template <
typename T>
215 template <
typename T,
typename U>
221 template <
typename T,
typename U>
227 template <
typename T,
typename U>
233 template <
typename T,
typename U>
241 #endif // FWCoreUtilities_value_ptr_h
value_ptr & operator=(std::auto_ptr< T > orig)
value_ptr(value_ptr &&orig)
static T * clone(T const *p)
void swap(value_ptr &orig)
bool operator!=(debugging_allocator< X > const &, debugging_allocator< Y > const &)
void swap(Association< C > &lhs, Association< C > &rhs)
static T * createFrom(U const *p)
value_ptr & operator=(value_ptr< U > const &orig)
void swap(edm::DataFrameContainer &lhs, edm::DataFrameContainer &rhs)
value_ptr(value_ptr< U > const &orig)
void this_type_does_not_support_comparisons() const
bool operator==(debugging_allocator< X > const &, debugging_allocator< Y > const &)
value_ptr & operator=(value_ptr &&orig)
value_ptr & operator=(value_ptr const &orig)
value_ptr & operator=(std::unique_ptr< T > orig)
value_ptr(std::unique_ptr< T > orig)
void(value_ptr::* bool_type)() const
value_ptr(value_ptr const &orig)
value_ptr(std::auto_ptr< T > orig)