Zserio C++17 runtime library  0.5.0
Built for Zserio 2.17.0
zserio::offset_field_reference< T, typename > Struct Template Reference

#include <Traits.h>

Public Types

using type = T
 

Detailed Description

template<typename T, typename = void>
struct zserio::offset_field_reference< T, typename >

Trait used to get reference for fields which are used as offsets when the reference is needed. When the underlying type is an View, reference is not needed. Otherwise the reference is necessary.

Definition at line 244 of file Traits.h.

Member Typedef Documentation

◆ type

template<typename T , typename = void>
using zserio::offset_field_reference< T, typename >::type = T

Definition at line 246 of file Traits.h.


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