Home
last modified time | relevance | path

Searched refs:pointer_type (Results 1 – 1 of 1) sorted by relevance

/petsc/include/petsc/private/
H A Dcupmobject.hpp126 using pointer_type = value_type *; typedef in Petsc::device::cupm::impl::RestoreableArray
129 PETSC_NODISCARD pointer_type data() const noexcept;
132 operator pointer_type() const noexcept;
135 …template <typename U = pointer_type, typename = util::enable_if_t<!std::is_same<U, cupm_pointer_ty…
165 inline typename RestoreableArray<T, MT, MA>::pointer_type RestoreableArray<T, MT, MA>::data() const… in data()
177 inline RestoreableArray<T, MT, MA>::operator pointer_type() const noexcept in operator pointer_type()