Home
last modified time | relevance | path

Searched defs:PetscRemoveConstCast (Results 1 – 1 of 1) sorted by relevance

/petsc/include/petsc/private/cpp/
H A Dtype_traits.hpp191 PETSC_NODISCARD inline constexpr Petsc::util::remove_const_t<T> &PetscRemoveConstCast(T &object) no… in PetscRemoveConstCast() function
197 PETSC_NODISCARD inline constexpr T &PetscRemoveConstCast(const T &object) noexcept in PetscRemoveConstCast() function
203 PETSC_NODISCARD inline constexpr T *&PetscRemoveConstCast(const T *&object) noexcept in PetscRemoveConstCast() function