#include <atomic>
#include <memory>
Go to the source code of this file.
|
template<typename T , typename U > |
bool | edm::operator!= (atomic_value_ptr< T > const &lhs, U const &rhs) |
|
template<typename T , typename U > |
bool | edm::operator!= (U const &lhs, atomic_value_ptr< T > const &rhs) |
|
template<typename T , typename U > |
bool | edm::operator== (atomic_value_ptr< T > const &lhs, U const &rhs) |
|
template<typename T , typename U > |
bool | edm::operator== (U const &lhs, atomic_value_ptr< T > const &rhs) |
|
#define FWCore_Utilities_atomic_value_ptr_h |