Zserio C++17 runtime library  0.5.0
Built for Zserio 2.17.0
Vector.h File Reference
#include <memory_resource>
#include "zserio/Vector.h"

Go to the source code of this file.

Namespaces

 zserio
 
 zserio::pmr
 

Typedefs

template<typename T >
using zserio::pmr::Vector = std::vector< T, std::pmr::polymorphic_allocator< T > >