walberla::VectorTrait< T, Enable > Struct Template Reference

Detailed Description

template<typename T, class Enable = void>
struct walberla::VectorTrait< T, Enable >

Provides information on how to serialize (=extract components) from a compound data type.

This is the general implementation for arithmetic data-types, for a specialization example see Vector3.h

#include <VectorTrait.h>

Public Types

using OutputType = void
 

Static Public Attributes

static const uint_t F_SIZE = 0u
 

Member Typedef Documentation

◆ OutputType

template<typename T , class Enable = void>
using walberla::VectorTrait< T, Enable >::OutputType = void

Member Data Documentation

◆ F_SIZE

template<typename T , class Enable = void>
const uint_t walberla::VectorTrait< T, Enable >::F_SIZE = 0u
static

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