Zserio C++ runtime library  1.3.0
Built for Zserio 2.18.0
WalkerConst.h
Go to the documentation of this file.
1 #ifndef ZSERIO_WALKER_CONST_H_INC
2 #define ZSERIO_WALKER_CONST_H_INC
3 
4 #include "zserio/Types.h"
5 
6 namespace zserio
7 {
8 
14 static constexpr size_t WALKER_NOT_ELEMENT = static_cast<size_t>(-1);
15 
16 } // namespace zserio
17 
18 #endif // ZSERIO_WALKER_CONST_H_INC