Alexandria 2.32.0
SDC-CH common library for the Euclid project
Loading...
Searching...
No Matches
Euclid::GridContainer::GridAxisToTable< T > Struct Template Reference

#include <GridContainerToTable.h>

Public Types

typedef T table_cell_t

Static Public Member Functions

static T serialize (T v)

Detailed Description

template<typename T>
struct Euclid::GridContainer::GridAxisToTable< T >

Trait used to map internal C++ types to types known by Alexandria's Table implementation. This is the generic case: identity mapping

Template Parameters
TType to be mapped

Definition at line 37 of file GridContainerToTable.h.

Member Typedef Documentation

◆ table_cell_t

template<typename T>
typedef T Euclid::GridContainer::GridAxisToTable< T >::table_cell_t

Definition at line 38 of file GridContainerToTable.h.

Member Function Documentation

◆ serialize()

template<typename T>
T Euclid::GridContainer::GridAxisToTable< T >::serialize ( T v)
inlinestatic

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