#include <atomic>
#include <memory>
Go to the source code of this file.
Classes | |
class | edm::atomic_value_ptr< T > |
struct | edm::atomic_value_ptr_traits< T > |
Namespaces | |
edm | |
HLT enums. | |
Functions | |
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) |