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