34#ifndef TTA_VECTOR_TOOLS_HH 
   35#define TTA_VECTOR_TOOLS_HH 
   43    template <
typename ContainerType, 
typename ValueType>
 
   44    static bool containsValue(
const ContainerType& aVec, 
const ValueType& aValue);
 
   46    template <
typename ContainerType, 
typename ValueType>
 
   47    static bool insertUnique(ContainerType& aVec, 
const ValueType& aValue);
 
   49    template <
typename ContainerType, 
typename ValueType>