Zserio C++ runtime library  1.3.0
Built for Zserio 2.18.0
SizeConvertUtil.h
Go to the documentation of this file.
1 #ifndef ZSERIO_SIZE_CONVERT_UTIL_H_INC
2 #define ZSERIO_SIZE_CONVERT_UTIL_H_INC
3 
4 #include "zserio/Types.h"
5 
6 namespace zserio
7 {
8 
18 uint32_t convertSizeToUInt32(size_t value);
19 
29 size_t convertUInt64ToSize(uint64_t value);
30 
31 } // namespace zserio
32 
33 #endif // ZSERIO_SIZE_CONVERT_UTIL_H_INC
uint32_t convertSizeToUInt32(size_t value)
size_t convertUInt64ToSize(uint64_t value)