34 #ifndef TTA_CONTAINERTOOLS_HH
35 #define TTA_CONTAINERTOOLS_HH
41 template <
typename ContainerType,
typename ElementType>
43 const ContainerType& aContainer,
const ElementType& aKey);
45 template <
typename ContainerType,
typename ElementType>
47 ContainerType& aContainer,
const ElementType& aKey);
49 template <
typename ContainerType,
typename ElementType>
51 ContainerType& aContainer,
const ElementType& aKey);
53 template <
typename ContainerType>
55 ContainerType& aContainer,
56 const ContainerType& toRemove);
58 template <
typename E,
typename I>