Alexandria 2.32.0
SDC-CH common library for the Euclid project
Loading...
Searching...
No Matches
Euclid::GridContainer::GridCellToTable< T, typename std::enable_if< std::is_arithmetic< T >::value >::type > Struct Template Reference

#include <GridContainerToTable.h>

Static Public Member Functions

static void addColumnDescriptions (const T &, std::vector< Table::ColumnDescription > &columns)
static void addCells (const T &c, std::vector< Table::Row::cell_type > &row)

Detailed Description

template<typename T>
struct Euclid::GridContainer::GridCellToTable< T, typename std::enable_if< std::is_arithmetic< T >::value >::type >

Specialization for scalar types

Definition at line 90 of file GridContainerToTable.h.

Member Function Documentation

◆ addCells()

template<typename T>
void Euclid::GridContainer::GridCellToTable< T, typename std::enable_if< std::is_arithmetic< T >::value >::type >::addCells ( const T & c,
std::vector< Table::Row::cell_type > & row )
inlinestatic

Definition at line 96 of file GridContainerToTable.h.

References std::vector< T >::emplace_back().

Here is the call graph for this function:

◆ addColumnDescriptions()

template<typename T>
void Euclid::GridContainer::GridCellToTable< T, typename std::enable_if< std::is_arithmetic< T >::value >::type >::addColumnDescriptions ( const T & ,
std::vector< Table::ColumnDescription > & columns )
inlinestatic

Definition at line 92 of file GridContainerToTable.h.

References std::vector< T >::emplace_back().

Here is the call graph for this function:

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