Zserio C++ runtime library
1.1.0
Built for Zserio 2.15.0
Vector.h
Go to the documentation of this file.
1
#ifndef ZSERIO_PMR_VECTOR_H_INC
2
#define ZSERIO_PMR_VECTOR_H_INC
3
4
#include "
zserio/Vector.h
"
5
#include "
zserio/pmr/PolymorphicAllocator.h
"
6
7
namespace
zserio
8
{
9
namespace
pmr
10
{
11
15
template
<
typename
T>
16
using
vector
=
zserio::vector<T, PropagatingPolymorphicAllocator<T>
>;
17
18
}
// namespace pmr
19
}
// namespace zserio
20
21
#endif
// ZSERIO_PMR_VECTOR_H_INC
PolymorphicAllocator.h
Vector.h
zserio::pmr::vector
zserio::vector< T, PropagatingPolymorphicAllocator< T > > vector
Definition:
Vector.h:16
zserio
Definition:
AllocatorHolder.h:7
zserio::vector
std::vector< T, RebindAlloc< ALLOC, T > > vector
Definition:
Vector.h:17
zserio
pmr
Vector.h
Generated by
1.9.1