|
◆ generate_column()
static VecColumn< T > generate_column |
( |
const std::string & |
type_name, |
|
|
long |
repeat_count = 1 , |
|
|
long |
row_count = 3 |
|
) |
| |
|
static |
Generate a column.
- Parameters
-
type_name | The value type name. |
repeat_count | The repeat count. |
row_count | The row count. |
|