Zserio C++ runtime library  1.1.0
Built for Zserio 2.15.0
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 > >