Alexandria 2.31.0
SDC-CH common library for the Euclid project
Loading...
Searching...
No Matches
Public Types | Static Public Member Functions | List of all members
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 >
static T Euclid::GridContainer::GridAxisToTable< T >::serialize ( v)
inlinestatic

Definition at line 40 of file GridContainerToTable.h.


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