Home
last modified time | relevance | path

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

/petsc/include/petsc/private/cpp/
H A Dmemory.hpp65 inline enable_if_t<!std::is_array<T>::value> destroy_at(T *ptr) noexcept(std::is_nothrow_destructib… in destroy_at() function
71 inline enable_if_t<std::is_array<T>::value> destroy_at(T *ptr) in destroy_at() function