#include <Teuchos_arrayArg.hpp>
Public Member Functions | |
| ArrayArg (T array[]) | |
Basic constructor taking a copy of the array of length N. | |
| T * | operator() () |
Return a const pointer to the internal array. | |
| operator T * () | |
Return a const pointer to the internal array. | |
Private Attributes | |
| T | array_ [N] |
Definition at line 168 of file Teuchos_arrayArg.hpp.
|
||||||||||
|
Basic constructor taking a copy of the
Definition at line 171 of file Teuchos_arrayArg.hpp. |
|
|||||||||
|
Return a
Definition at line 174 of file Teuchos_arrayArg.hpp. |
|
|||||||||
|
Return a
Definition at line 177 of file Teuchos_arrayArg.hpp. |
|
|||||
|
Definition at line 180 of file Teuchos_arrayArg.hpp. |
1.3.9.1