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_PPMR_STRING_H_INC
2 #define ZSERIO_PPMR_STRING_H_INC
3 
4 #include "zserio/String.h"
6 
7 namespace zserio
8 {
9 namespace ppmr
10 {
11 
16 
17 } // namespace ppmr
18 } // namespace zserio
19 
20 #endif // ZSERIO_PPMR_STRING_H_INC
zserio::BasicString< PropagatingPolymorphicAllocator< char > > String
Definition: String.h:15
std::basic_string< char, std::char_traits< char >, ALLOC > BasicString
Definition: String.h:17