Zserio C++17 runtime library
0.5.0
Built for Zserio 2.17.0
Bytes.h
Go to the documentation of this file.
1
#ifndef ZSERIO_PMR_BYTES_H_INC
2
#define ZSERIO_PMR_BYTES_H_INC
3
4
#include <memory_resource>
5
6
#include "
zserio/Bytes.h
"
7
8
namespace
zserio
9
{
10
namespace
pmr
11
{
12
16
using
Bytes
=
BasicBytes<std::pmr::polymorphic_allocator<uint8_t>
>;
17
18
}
// namespace pmr
19
}
// namespace zserio
20
21
#endif
// ZSERIO_PMR_BYTES_H_INC
Bytes.h
zserio::pmr::Bytes
BasicBytes< std::pmr::polymorphic_allocator< uint8_t > > Bytes
Definition:
Bytes.h:16
zserio
Definition:
AllocatorHolder.h:8
zserio::BasicBytes
std::vector< uint8_t, ALLOC > BasicBytes
Definition:
Bytes.h:20
zserio
pmr
Bytes.h
Generated by
1.9.1