1 #ifndef __GfxTL_STDCONTAINERADAPTOR_HEADER__
2 #define __GfxTL_STDCONTAINERADAPTOR_HEADER__
7 template<
template<
class,
class >
class ContainerT,
8 template<
class >
class AllocatorT = std::allocator >
13 :
public ContainerT< T, AllocatorT< T > >
22 const typename ContainerType::value_type&
v)