CMS 3D CMS Logo

List of all members | Public Member Functions
edm::detail::doSwapProduct< T, true > Struct Template Reference

#include <WrapperDetail.h>

Public Member Functions

void operator() (T &thisProduct, T &newProduct)
 

Detailed Description

template<typename T>
struct edm::detail::doSwapProduct< T, true >

Definition at line 170 of file WrapperDetail.h.

Member Function Documentation

template<typename T >
void edm::detail::doSwapProduct< T, true >::operator() ( T thisProduct,
T newProduct 
)
inline

Definition at line 171 of file WrapperDetail.h.

171  {
172  thisProduct.swap(newProduct);
173  }