swap overloads
Synopses
Declared in <ball_categorymanager_radixtree.h>
Swap the value of the specified a object with the value of the specified b object.
void
swap(
UserFieldValue& a,
UserFieldValue& b);
Swap the value of the specified a object with the value of the specified b object.
void
swap(
UserFields& a,
UserFields& b);
Exchange the values of the specified trees.
Exchange the values of the specified a and b objects.
template<class t_VALUE>
void
swap(
CategoryManager_RadixTree<t_VALUE>& a,
CategoryManager_RadixTree<t_VALUE>& b);
Parameters
Name |
Description |
a |
first object to exchange |
b |
second object to exchange |
Created with MrDocs