Zserio C++17 runtime library  0.5.0
Built for Zserio 2.17.0
ITypeInfo.h
Go to the documentation of this file.
1 #ifndef ZSERIO_PPMR_I_TYPE_INFO_H_INC
2 #define ZSERIO_PPMR_I_TYPE_INFO_H_INC
3 
4 #include "zserio/ITypeInfo.h"
6 
7 namespace zserio
8 {
9 namespace ppmr
10 {
11 
17 template <typename T, typename ALLOC = PropagatingPolymorphicAllocator<uint8_t>>
19 {
21 }
22 
37 } // namespace ppmr
38 } // namespace zserio
39 
40 #endif // ZSERIO_PPMR_I_TYPE_INFO_H_INC
const IBasicTypeInfo< ALLOC > & typeInfo()
Definition: ITypeInfo.h:18
decltype(auto) get(BasicVariant< ALLOC, INDEX, T... > &var)
Definition: Variant.h:812