Teuchos - Trilinos Tools Package
Version of the Day
|
Partial specialization of ArrayRCP for const T. More...
#include <Teuchos_ArrayRCPDecl.hpp>
Public Member Functions | |
ArrayRCP< const T > | getConst () const |
Return const reference to the array. More... | |
Partial specialization of ArrayRCP for const T.
The main documentation for ArrayRCP explains why this class needs a partial specialization for const types.
Definition at line 845 of file Teuchos_ArrayRCPDecl.hpp.
|
inline |
Return const reference to the array.
This method has a trivial implementation for the const T
specialization of ArrayRCP.
Definition at line 651 of file Teuchos_ArrayRCP.hpp.