|
Teuchos Package Browser (Single Doxygen Collection)
Version of the Day
|
#include "Teuchos_Assert.hpp"
Go to the source code of this file.
Classes | |
| class | Teuchos::ArrayArg< N, T > |
| Utility class that allows arrays to be passed into argument list. More... | |
Namespaces | |
| namespace | Teuchos |
Functions | |
| template<class T > | |
| TEUCHOS_DEPRECATED ArrayArg< 1, T > | Teuchos::arrayArg (T t1) |
| Return an array with 1 member. | |
| template<class T > | |
| TEUCHOS_DEPRECATED ArrayArg< 2, T > | Teuchos::arrayArg (T t1, T t2) |
| Return an array with 2 members. | |
| template<class T > | |
| TEUCHOS_DEPRECATED ArrayArg< 3, T > | Teuchos::arrayArg (T t1, T t2, T t3) |
| Return an array with 3 members. | |
| template<class T > | |
| TEUCHOS_DEPRECATED ArrayArg< 4, T > | Teuchos::arrayArg (T t1, T t2, T t3, T t4) |
| Return an array with 4 members. | |
| template<class T > | |
| TEUCHOS_DEPRECATED ArrayArg< 5, T > | Teuchos::arrayArg (T t1, T t2, T t3, T t4, T t5) |
| Return an array with 5 members. | |
| template<class T > | |
| TEUCHOS_DEPRECATED ArrayArg< 6, T > | Teuchos::arrayArg (T t1, T t2, T t3, T t4, T t5, T t6) |
| Return an array with 6 members. | |
1.7.6.1