|
Panzer Version of the Day
|
Exposes the size type used by a given multidimensional array type, so generic code can name it without depending directly on the array implementation. More...
#include <Panzer_ArrayTraits.hpp>
Public Types | |
| typedef Array::size_type | size_type |
Exposes the size type used by a given multidimensional array type, so generic code can name it without depending directly on the array implementation.
| Scalar | the array's scalar (element) type. |
| Array | the multidimensional array type to introspect. |
Definition at line 26 of file Panzer_ArrayTraits.hpp.
| typedef Array::size_type panzer::ArrayTraits< Scalar, Array >::size_type |
Definition at line 28 of file Panzer_ArrayTraits.hpp.