Zserio C++17 runtime library
0.5.0
Built for Zserio 2.17.0
|
#include <string_view>
#include <tuple>
#include "zserio/BitSize.h"
#include "zserio/BitStreamReader.h"
#include "zserio/BitStreamWriter.h"
#include "zserio/Traits.h"
Go to the source code of this file.
Namespaces | |
zserio | |
std | |
Functions | |
template<typename T , typename... ARGS> | |
zserio::View (T, ARGS &&...) -> View< T > | |
template<typename VALUE_TYPE > | |
bool | zserio::operator== (const View< detail::DynIntWrapper< VALUE_TYPE >> &lhs, const View< detail::DynIntWrapper< VALUE_TYPE >> &rhs) |
template<typename VALUE_TYPE > | |
bool | zserio::operator!= (const View< detail::DynIntWrapper< VALUE_TYPE >> &lhs, const View< detail::DynIntWrapper< VALUE_TYPE >> &rhs) |
template<typename VALUE_TYPE > | |
bool | zserio::operator< (const View< detail::DynIntWrapper< VALUE_TYPE >> &lhs, const View< detail::DynIntWrapper< VALUE_TYPE >> &rhs) |
template<typename VALUE_TYPE > | |
bool | zserio::operator> (const View< detail::DynIntWrapper< VALUE_TYPE >> &lhs, const View< detail::DynIntWrapper< VALUE_TYPE >> &rhs) |
template<typename VALUE_TYPE > | |
bool | zserio::operator<= (const View< detail::DynIntWrapper< VALUE_TYPE >> &lhs, const View< detail::DynIntWrapper< VALUE_TYPE >> &rhs) |
template<typename VALUE_TYPE > | |
bool | zserio::operator>= (const View< detail::DynIntWrapper< VALUE_TYPE >> &lhs, const View< detail::DynIntWrapper< VALUE_TYPE >> &rhs) |