CMS 3D CMS Logo

Classes | Functions
ProxyBase11.h File Reference
#include "FWCore/Utilities/interface/Visibility.h"
#include "FWCore/Utilities/interface/Likely.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) noexcept
 

Function Documentation

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

Definition at line 83 of file ProxyBase11.h.

References mathSSE::lh.

83  {
84  lh.swap(rh);
85 }
void swap(ProxyBase11 &other) noexcept
Definition: ProxyBase11.h:43