CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Classes | Functions
ProxyBase11.h File Reference
#include "FWCore/Utilities/interface/Visibility.h"
#include "FWCore/Utilities/interface/Likely.h"
#include "FWCore/Utilities/interface/GCC11Compatibility.h"
#include "ChurnAllocator.h"

Go to the source code of this file.

Classes

class  ProxyBase11< T >
 

Functions

template<class T >
void swap (ProxyBase11< T > &lh, ProxyBase11< T > &rh)
 

Function Documentation

template<class T >
void swap ( ProxyBase11< T > &  lh,
ProxyBase11< T > &  rh 
)
inline

Definition at line 81 of file ProxyBase11.h.

References mathSSE::lh.

81  {
82  lh.swap(rh);
83 }
void swap(ProxyBase11 &other)
Definition: ProxyBase11.h:40