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