Zserio C++ runtime library  1.0.2
Built for Zserio 2.14.1
zserio::is_field_constructor_enabled< FIELD_TYPE, COMPOUND_TYPE, ALLOCATOR_TYPE, typename > Struct Template Reference

#include <Traits.h>

Inheritance diagram for zserio::is_field_constructor_enabled< FIELD_TYPE, COMPOUND_TYPE, ALLOCATOR_TYPE, typename >:
Collaboration diagram for zserio::is_field_constructor_enabled< FIELD_TYPE, COMPOUND_TYPE, ALLOCATOR_TYPE, typename >:

Detailed Description

template<typename FIELD_TYPE, typename COMPOUND_TYPE, typename ALLOCATOR_TYPE, typename = void>
struct zserio::is_field_constructor_enabled< FIELD_TYPE, COMPOUND_TYPE, ALLOCATOR_TYPE, typename >

Trait used to enable field constructor only for suitable compound types (using SFINAE).

Definition at line 286 of file Traits.h.


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