15#ifndef QONMODULE_VECPOD_H
16#define QONMODULE_VECPOD_H
31using vecpod =
typename std::vector<T, vecpod_allocator<T>>;
T * allocate(std::size_t n)
void deallocate(T *p, std::size_t n)
static void construct(T *)
std::allocator< T > stdalloc
vecpod_allocator() noexcept
typename std::vector< T, vecpod_allocator< T > > vecpod