Gaudi Framework, version v20r3

Generated: 24 Nov 2008

std Namespace Reference


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


Function Documentation

template<class KEY, class VALUE, class KEYCOMPARE, class ALLOCATOR>
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

Parameters:
left object to be swapped
right object to be swapped

Definition at line 771 of file VectorMap.h.

00773   { left.swap( right ) ; }


Generated at Mon Nov 24 14:48:03 2008 for Gaudi Framework, version v20r3 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004