Template Function sdv::swap(pointer<T, nFixedSizeLeft>&, pointer<T, nFixedSizeRight>&)#
Defined in File pointer.h
Function Documentation#
-
template<class T, size_t nFixedSizeLeft, size_t nFixedSizeRight>
void sdv::swap(pointer<T, nFixedSizeLeft> &rptrLeft, pointer<T, nFixedSizeRight> &rptrRight)# Swap two pointers.
- Template Parameters:
T – Type to use as a base.
nFixedSizeLeft – The fixed size of the left pointer.
nFixedSizeRight – The fixed size of the right pointer.
- Parameters:
rptrLeft – [in] Reference to the first pointer.
rptrRight – [in] Reference to the second pointer.