◆ makeColumn()
Shortcut to create a column from a column info and data without specifying the template parameters.
Example usage: Column< typename TContainer::value_type, std::decay_t< TInfo >::Dim, TContainer > makeColumn(TInfo info, TContainer &&data) Shortcut to create a column from a column info and data without specifying the template parameters. Definition: Column.h:250 std::vector< T > vector() const Copy the container values into an std::vector. Definition: DataContainer.h:267 T move(T... args)
|