Zserio C++17 runtime library  0.5.0
Built for Zserio 2.17.0
String.h File Reference
#include <string>
#include <string_view>
#include "zserio/BitSize.h"
#include "zserio/Traits.h"

Go to the source code of this file.

Classes

struct  zserio::view_type< BasicString< ALLOC > >
 

Namespaces

 zserio
 

Typedefs

template<typename ALLOC >
using zserio::BasicString = std::basic_string< char, std::char_traits< char >, ALLOC >
 
using zserio::String = BasicString< std::allocator< char > >