#include "Teuchos_TestForException.hpp"
Go to the source code of this file.
Classes | |
class | Teuchos::ValueTypeConversionTraits< TypeTo, TypeFrom > |
Default traits class for all conversions of value types. 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 TypeTo , class TypeFrom > | |
TypeTo | Teuchos::as (const TypeFrom &t) |
Perform an debug-enabled checked conversion from one value type object to another. | |
template<class TypeTo , class TypeFrom > | |
TypeTo | Teuchos::asSafe (const TypeFrom &t) |
Perform an always checked conversion from one value type object to another. |