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

#include <Traits.h>

Public Types

using type = T
 

Detailed Description

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

Traits used to get proper View type. Results in View<T> when the View specialization exists, otherwise remains T.

Definition at line 223 of file Traits.h.

Member Typedef Documentation

◆ type

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

Definition at line 225 of file Traits.h.


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