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