|
Teuchos Package Browser (Single Doxygen Collection)
Version of the Day
|
#include "Teuchos_ConfigDefs.hpp"

Go to the source code of this file.
Namespaces | |
| namespace | Teuchos |
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. | |
1.7.6.1