Regina 7.3 Calculation Engine
|
Provides some implementation details for TableView. More...
Provides some implementation details for TableView.
This helper struct exists so that we do not need to specialise the entire TableView class template.
It provides two type aliases: type and view.
If the dimension pack dim contains some positive number of dimensions d1, ..., dk, then:
const T[d1]...[dk]
;TableView<T, d1, ..., dk>
.If the dimension pack dim is empty, then:
const T
;const T&
.