CMS 3D CMS Logo

Classes | Functions

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/TrackingTools/TrajectoryState/interface/ProxyBase.h File Reference

#include "TrackingTools/TrajectoryParametrization/interface/TrajectoryStateExceptions.h"
#include "TrackingTools/TrajectoryState/interface/CopyUsingNew.h"

Go to the source code of this file.

Classes

class  ProxyBase< T, Cloner >

Functions

template<class T , class Cloner >
void swap (ProxyBase< T, Cloner > &lh, const ProxyBase< T, Cloner > &rh)

Function Documentation

template<class T , class Cloner >
void swap ( ProxyBase< T, Cloner > &  lh,
const ProxyBase< T, Cloner > &  rh 
) [inline]

Definition at line 95 of file ProxyBase.h.

References ProxyBase< T, Cloner >::swap().

                                                                   {
  lh.swap(rh);
}