Teuchos - Trilinos Tools Package
Version of the Day
|
Utility class that allows arrays to be passed into argument list. More...
#include <Teuchos_arrayArg.hpp>
Public Member Functions | |
ArrayArg (T array[]) | |
Basic constructor taking a copy of the array of length N . More... | |
T * | operator() () |
Return a const pointer to the internal array. More... | |
operator T * () | |
Return a const pointer to the internal array. More... | |
Utility class that allows arrays to be passed into argument list.
Definition at line 178 of file Teuchos_arrayArg.hpp.
|
inline |
Basic constructor taking a copy of the array
of length N
.
Definition at line 181 of file Teuchos_arrayArg.hpp.
|
inline |
Return a const
pointer to the internal array.
Definition at line 184 of file Teuchos_arrayArg.hpp.
|
inline |
Return a const
pointer to the internal array.
Definition at line 187 of file Teuchos_arrayArg.hpp.