Zserio C++ runtime library  1.0.2
Built for Zserio 2.14.1
String.h File Reference
#include <string>
#include "zserio/RebindAlloc.h"

Go to the source code of this file.

Namespaces

 zserio
 

Typedefs

template<typename ALLOC = std::allocator<char>>
using zserio::string = std::basic_string< char, std::char_traits< char >, RebindAlloc< ALLOC, char > >