1 #ifndef FWCore_Utilities_value_ptr_h
2 #define FWCore_Utilities_value_ptr_h
98 myP(orig.
myP) { orig.myP=
nullptr; }
127 template <
typename U>
132 template <
typename U>
180 return myP !=
nullptr ?
190 template <
typename U>
213 template <
typename T>
223 template <
typename T,
typename U>
229 template <
typename T,
typename U>
235 template <
typename T,
typename U>
241 template <
typename T,
typename U>
249 #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)