Stokhos Package Browser (Single Doxygen Collection)
Version of the Day
|
#include <Sacado_MP_VectorTraits.hpp>
Public Types | |
typedef Sacado::MP::Expr < ExprFrom > | TypeFrom |
Static Public Member Functions | |
static TypeTo | convert (const TypeFrom &t) |
Convert t from a TypeFrom object to a TypeTo object. More... | |
static TypeTo | safeConvert (const TypeFrom &t) |
Convert t from a TypeFrom object to a TypeTo object, with checks for validity. More... | |
Definition at line 234 of file Sacado_MP_VectorTraits.hpp.
typedef Sacado::MP::Expr<ExprFrom> Teuchos::ValueTypeConversionTraits< TypeTo, Sacado::MP::Expr< ExprFrom > >::TypeFrom |
Definition at line 236 of file Sacado_MP_VectorTraits.hpp.
|
inlinestatic |
Convert t from a TypeFrom object to a TypeTo object.
Definition at line 238 of file Sacado_MP_VectorTraits.hpp.
|
inlinestatic |
Convert t from a TypeFrom object to a TypeTo object, with checks for validity.
Definition at line 245 of file Sacado_MP_VectorTraits.hpp.