22.5 Nontype Template Arguments (cont.)
Supply the type and the size:
Matrix<double, 3, 4> a;
// A 3 x 4 matrix of double values
Matrix<string, 2, 2> b;
The bounds become part of the type
prev
|
top
|
next