TooN
|
Public Member Functions | |
ColSizeHolder (int i) | |
Construct from an int to provide a run time size if necessary. More... | |
template<typename Op > | |
ColSizeHolder (const Operator< Op > &op) | |
Construct from an Operator, taking the size from the operator. More... | |
int | num_cols () const |
Return the number of columns. | |
|
inline |
Construct from an int to provide a run time size if necessary.
i | The size, which is discarded for the static case. |
|
inline |