Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Dcupmobject.hpp60 #define DECLTYPE_AUTO(left, right) decltype(right) left = right macro
61 const DECLTYPE_AUTO(oldmalloc_, PetscTrMalloc);
62 const DECLTYPE_AUTO(oldfree_, PetscTrFree);
63 const DECLTYPE_AUTO(oldrealloc_, PetscTrRealloc);
64 #undef DECLTYPE_AUTO