Zserio C++ runtime library  1.0.2
Built for Zserio 2.14.1
Vector.h File Reference
#include <vector>
#include "zserio/RebindAlloc.h"

Go to the source code of this file.

Namespaces

 zserio
 

Typedefs

template<typename T , typename ALLOC = std::allocator<T>>
using zserio::vector = std::vector< T, RebindAlloc< ALLOC, T > >