ProteoWizard
Classes | Functions
msclr Namespace Reference

Classes

struct  pinned_gcroot
 pinned_gcroot: a slightly modified gcroot that pins its GCHandle More...
 

Functions

template<typename T >
void swap (pinned_gcroot< T > &_left, pinned_gcroot< T > &_right)
 

Function Documentation

◆ swap()

template<typename T >
void msclr::swap ( pinned_gcroot< T > &  _left,
pinned_gcroot< T > &  _right 
)

Definition at line 125 of file pinned_gcroot.h.

127 {
128 _left.swap(_right);
129 }
void swap(pinned_gcroot< T > &_right)

References msclr::pinned_gcroot< T >::swap().