oa::swapValues
Deliberately not named `swap`: an unconstrained `oa::swap(T & , T & )` enters argument-dependent lookup for every OA type and collides with the Standard Library's own generic swap inside algorithms such as std::sort.
Function Documentation
Deliberately not named `swap`: an unconstrained `oa::swap(T & , T & )` enters argument-dependent lookup for every OA type and collides with the Standard Library's own generic swap inside algorithms such as std::sort.
Parameters
inAT &—
inBT &—
Returns
voidThe declared return value.