Zserio C++17 runtime library
0.5.0
Built for Zserio 2.17.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 <memory_resource>
5
6
#include "
zserio/String.h
"
7
8
namespace
zserio
9
{
10
namespace
pmr
11
{
12
16
using
String
=
zserio::BasicString<std::pmr::polymorphic_allocator<char>
>;
17
18
}
// namespace pmr
19
}
// namespace zserio
20
21
#endif
// ZSERIO_PMR_STRING_H_INC
String.h
zserio::pmr::String
zserio::BasicString< std::pmr::polymorphic_allocator< char > > String
Definition:
String.h:16
zserio
Definition:
AllocatorHolder.h:8
zserio::BasicString
std::basic_string< char, std::char_traits< char >, ALLOC > BasicString
Definition:
String.h:17
zserio
pmr
String.h
Generated by
1.9.1