Zserio C++17 runtime library  0.5.0
Built for Zserio 2.17.0
BitSize.h
Go to the documentation of this file.
1 #ifndef ZSERIO_BIT_SIZE_H_INC
2 #define ZSERIO_BIT_SIZE_H_INC
3 
4 namespace zserio
5 {
6 
8 using BitSize = unsigned int;
9 
10 } // namespace zserio
11 
12 #endif // ZSERIO_BIT_SIZE_H_INC
unsigned int BitSize
Definition: BitSize.h:8