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. | |
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 838 of file Teuchos_ArrayRCPDecl.hpp.
Return const reference to the array.
This method has a trivial implementation for the const T
specialization of ArrayRCP.