Exchange the values of the specified lhs and rhs objects.
Synopsis
Declared in <bsltf_degeneratefunctor.h>
template<class FUNCTOR>
void
swap(
DegenerateFunctor<FUNCTOR, true>& lhs,
DegenerateFunctor<FUNCTOR, true>& rhs);
Parameters
Name |
Description |
lhs |
left‐hand operand |
rhs |
right‐hand operand |
Created with MrDocs