Zserio C++17 runtime library  0.5.0
Built for Zserio 2.17.0
ChoiceTag.h
Go to the documentation of this file.
1 #ifndef ZSERIO_CHOICE_TAG_H_INC
2 #define ZSERIO_CHOICE_TAG_H_INC
3 
4 namespace zserio
5 {
6 namespace detail
7 {
8 
14 template <typename T>
15 struct ChoiceTag;
16 
17 } // namespace detail
18 } // namespace zserio
19 
20 #endif // ZSERIO_CHOICE_TAG_H_INC