Classes | |
| class | map |
| infos. More... | |
Functions | |
| template<class KEY, class VALUE, class KEYCOMPARE, class ALLOCATOR> | |
| void | swap (GaudiUtils::VectorMap< KEY, VALUE, KEYCOMPARE, ALLOCATOR > &left, GaudiUtils::VectorMap< KEY, VALUE, KEYCOMPARE, ALLOCATOR > &right) |
| the definition of specialized algorithm for swapping | |
| void std::swap | ( | GaudiUtils::VectorMap< KEY, VALUE, KEYCOMPARE, ALLOCATOR > & | left, | |
| GaudiUtils::VectorMap< KEY, VALUE, KEYCOMPARE, ALLOCATOR > & | right | |||
| ) | [inline] |
the definition of specialized algorithm for swapping
| left | object to be swapped | |
| right | object to be swapped |
Definition at line 772 of file VectorMap.h.
00774 { left.swap( right ) ; }
1.4.7