Zserio C++ runtime library  1.3.0
Built for Zserio 2.18.0
BitFieldUtil.h
Go to the documentation of this file.
1 #ifndef ZSERIO_BITFIELD_UTIL_H_INC
2 #define ZSERIO_BITFIELD_UTIL_H_INC
3 
4 #include "zserio/Types.h"
5 
6 namespace zserio
7 {
8 
17 int64_t getBitFieldLowerBound(size_t length, bool isSigned);
18 
27 uint64_t getBitFieldUpperBound(size_t length, bool isSigned);
28 
29 } // namespace zserio
30 
31 #endif // ifndef ZSERIO_BITFIELD_UTIL_H_INC
int64_t getBitFieldLowerBound(size_t length, bool isSigned)
uint64_t getBitFieldUpperBound(size_t length, bool isSigned)