#include <algorithm>
#include <memory>
Go to the source code of this file.
|
template<typename T , typename U > |
bool | edm::operator!= (value_ptr< T > const &lhs, U const &rhs) |
|
template<typename T , typename U > |
bool | edm::operator!= (U const &lhs, value_ptr< T > const &rhs) |
|
template<typename T , typename U > |
bool | edm::operator== (value_ptr< T > const &lhs, U const &rhs) |
|
template<typename T , typename U > |
bool | edm::operator== (U const &lhs, value_ptr< T > const &rhs) |
|
template<typename T > |
void | edm::swap (value_ptr< T > &vp1, value_ptr< T > &vp2) |
|
#define FWCore_Utilities_value_ptr_h |