Zserio C++ runtime library  1.0.2
Built for Zserio 2.14.1
zserio::BasicTemplateArgumentInfo< ALLOC > Struct Template Reference

#include <ITypeInfo.h>

Collaboration diagram for zserio::BasicTemplateArgumentInfo< ALLOC >:

Public Attributes

const IBasicTypeInfo< ALLOC > & typeInfo
 

Detailed Description

template<typename ALLOC = std::allocator<uint8_t>>
struct zserio::BasicTemplateArgumentInfo< ALLOC >

Type information for template argument.

Definition at line 483 of file ITypeInfo.h.

Member Data Documentation

◆ typeInfo

template<typename ALLOC = std::allocator<uint8_t>>
const IBasicTypeInfo<ALLOC>& zserio::BasicTemplateArgumentInfo< ALLOC >::typeInfo

reference to type information for a template argument

Definition at line 485 of file ITypeInfo.h.


The documentation for this struct was generated from the following file: