#include "Teuchos_ConfigDefs.hpp"Include dependency graph for Teuchos_getConst.hpp:
Go to the source code of this file.
Namespaces | |
| namespace | Teuchos |
Functions | |
| template<class T> | |
| const T & | getConst (T &t) |
| Return a constant reference to an object given a non-const reference. | |
|
||||||||||
|
Return a constant reference to an object given a non-const reference. This function just provides a shorthand notation for const_cast<const T&>(t) getCost(t) Definition at line 47 of file Teuchos_getConst.hpp. |
1.3.9.1