Teuchos - Trilinos Tools Package
Version of the Day
|
Full specialization of ArrayRCP for T = void. More...
#include <Teuchos_ArrayRCPDecl.hpp>
Public Types | |
typedef void * | pointer |
Public Member Functions | |
ArrayRCP () | |
Default constructor; thows an exception. More... | |
Full specialization of ArrayRCP for T = void.
The generic implementation of ArrayRCP<T> does not make syntactic sense for T = void, because the reference and const_reference typedefs would resolve to the invalid "types" void&
resp. const void&
. This full template specialization ArrayRCP<void> neglects these invalid "types."
Definition at line 990 of file Teuchos_ArrayRCPDecl.hpp.
typedef void* Teuchos::ArrayRCP< void >::pointer |
Definition at line 1002 of file Teuchos_ArrayRCPDecl.hpp.
|
inline |
Default constructor; thows an exception.
Definition at line 1263 of file Teuchos_ArrayRCP.hpp.