#include "Teuchos_ConfigDefs.hpp"
Go to the source code of this file.
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::implicit_cast (const TypeFrom &t) |
Perform an implicit cast of concrete types with the casted object returned by value. | |
template<class TypeTo , class TypeFrom > | |
TypeTo & | Teuchos::implicit_ref_cast (TypeFrom &t) |
Perform an implicit cast of reference types with a reference being returned. | |
template<class TypeTo , class TypeFrom > | |
TypeTo * | Teuchos::implicit_ptr_cast (TypeFrom *t) |
Perform an implicit cast of pointer types with a pointer being returned. |