Zserio C++17 runtime library  1.1.0
Built for Zserio 2.18.1
Vector.h File Reference
#include <vector>

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, ALLOC >