42#ifndef TEUCHOS_IMPLICIT_CAST_HPP
43#define TEUCHOS_IMPLICIT_CAST_HPP
80template<
class TypeTo,
class TypeFrom>
115template<
class TypeTo,
class TypeFrom>
149template<
class TypeTo,
class TypeFrom>
Teuchos header file which uses auto-configuration information to include necessary C++ headers.
TypeTo & implicit_ref_cast(TypeFrom &t)
Perform an implicit cast of reference types with a reference being returned.
TypeTo implicit_cast(const TypeFrom &t)
Perform an implicit cast of concrete types with the casted object returned by value.
TypeTo * implicit_ptr_cast(TypeFrom *t)
Perform an implicit cast of pointer types with a pointer being returned.
The Teuchos namespace contains all of the classes, structs and enums used by Teuchos,...