Zserio C++ runtime library  1.0.2
Built for Zserio 2.14.1
BitBuffer.h File Reference
#include <cstddef>
#include <cstring>
#include <type_traits>
#include <vector>
#include "zserio/CppRuntimeException.h"
#include "zserio/HashCodeUtil.h"
#include "zserio/Span.h"
#include "zserio/Types.h"
#include "zserio/Vector.h"

Go to the source code of this file.

Classes

struct  zserio::BitsTag
 
class  zserio::BasicBitBuffer< ALLOC >
 

Namespaces

 zserio
 

Typedefs

using zserio::BitBuffer = BasicBitBuffer<>
 

Functions

template<typename ALLOC >
CppRuntimeException & zserio::operator<< (CppRuntimeException &exception, const BasicBitBuffer< ALLOC > &bitBuffer)