#include <algorithm>
#include <memory>
Go to the source code of this file.
Classes | |
class | edm::value_ptr< T > |
struct | edm::value_ptr_traits< T > |
Namespaces | |
namespace | edm |
A PluginFactory for concrete instances of class KalmanAlignmentMetricsUpdator. | |
Functions | |
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== (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 > | |
void | edm::swap (value_ptr< T > &vp1, value_ptr< T > &vp2) |