#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. | |
Definition at line 166 of file Teuchos_arrayArg.hpp.
|
||||||||||
|
Basic constructor taking a copy of the
Definition at line 169 of file Teuchos_arrayArg.hpp. |
|
|||||||||
|
Return a
Definition at line 172 of file Teuchos_arrayArg.hpp. |
|
|||||||||
|
Return a
Definition at line 175 of file Teuchos_arrayArg.hpp. |
1.3.9.1