Zserio C++ runtime library  1.0.2
Built for Zserio 2.14.1
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 <cstddef>
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