Panzer Version of the Day
Loading...
Searching...
No Matches
Public Types | List of all members
panzer::ArrayTraits< Scalar, Array > Struct Template Reference

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
 

Detailed Description

template<typename Scalar, typename Array>
struct panzer::ArrayTraits< Scalar, Array >

Exposes the size type used by a given multidimensional array type, so generic code can name it without depending directly on the array implementation.

Template Parameters
Scalarthe array's scalar (element) type.
Arraythe multidimensional array type to introspect.

Definition at line 26 of file Panzer_ArrayTraits.hpp.

Member Typedef Documentation

◆ size_type

template<typename Scalar , typename Array >
typedef Array::size_type panzer::ArrayTraits< Scalar, Array >::size_type

Definition at line 28 of file Panzer_ArrayTraits.hpp.


The documentation for this struct was generated from the following file: