Go to the source code of this file.
|
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. More...
|
|
template<class TypeTo , class TypeFrom > |
TypeTo & | Teuchos::implicit_ref_cast (TypeFrom &t) |
| Perform an implicit cast of reference types with a reference being returned. More...
|
|
template<class TypeTo , class TypeFrom > |
TypeTo * | Teuchos::implicit_ptr_cast (TypeFrom *t) |
| Perform an implicit cast of pointer types with a pointer being returned. More...
|
|