#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.
| Teuchos::ArrayArg< N, T >::ArrayArg | ( | T | array[] | ) | [inline] |
Basic constructor taking a copy of the array of length N.
Definition at line 169 of file Teuchos_arrayArg.hpp.
| Teuchos::ArrayArg< N, T >::operator T * | ( | ) | [inline] |
| T* Teuchos::ArrayArg< N, T >::operator() | ( | ) | [inline] |
1.5.9