#include "lib/stat/data.hpp"
template<typename VAL>
struct lib::stat::Column< VAL >
Descriptor and Accessor for a data column within a DataTable table.
- Template Parameters
-
VAL | type of values contained within this column; this type must be default constructible and copyable. |
Definition at line 130 of file data.hpp.
|
| Column (string headerID) |
|
VAL & | get () |
|
| operator VAL & () |
|
| operator VAL const & () const |
|
template<typename X > |
VAL & | operator= (X &&newVal) |
|
|
vector< VAL > | data |
|
string | header |
|
The documentation for this struct was generated from the following file: