template <class T>
struct dense_view_type
{ typedef dense_view-type-of-T type ; }
T as elements.
If T itself is a DenseVectorExpression, a reference to T will be
returned.
| Parameter | Requirement | Description |
|---|---|---|
T |
VectorExpression |
type | the view-type |