#include "Teuchos_TestForException.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 |
The Teuchos namespace contains all of the classes, structs and enums used by Teuchos, as well as a number of utility routines. | |
Functions | |
template<class T > | |
ArrayArg< 1, T > | Teuchos::arrayArg (T t1) |
Return an array with 1 member. | |
template<class T > | |
ArrayArg< 2, T > | Teuchos::arrayArg (T t1, T t2) |
Return an array with 2 members. | |
template<class T > | |
ArrayArg< 3, T > | Teuchos::arrayArg (T t1, T t2, T t3) |
Return an array with 3 members. | |
template<class T > | |
ArrayArg< 4, T > | Teuchos::arrayArg (T t1, T t2, T t3, T t4) |
Return an array with 4 members. | |
template<class T > | |
ArrayArg< 5, T > | Teuchos::arrayArg (T t1, T t2, T t3, T t4, T t5) |
Return an array with 5 members. | |
template<class T > | |
ArrayArg< 6, T > | Teuchos::arrayArg (T t1, T t2, T t3, T t4, T t5, T t6) |
Return an array with 6 members. |
Definition in file Teuchos_arrayArg.hpp.