42#ifndef TEUCHOS_GETRAWPTR_HPP
43#define TEUCHOS_GETRAWPTR_HPP
49template<
class Container>
55template<
class Container>
64template<
class RawType>
Reference-counted smart pointer for managing arrays.
T * getRawPtr() const
Get the raw C++ pointer to the underlying object.
T * pointer
Type of a (raw) (nonconstant) pointer to an array element.
static Ptr_t getRawPtr(const ArrayRCP< T > &arcp)
ArrayRCP< T >::pointer Ptr_t
static Ptr_t getRawPtr(RawType *p)
RawPointerConversionTraits< Container >::Ptr_t getRawPtr(const Container &c)