Searched defs:underlying (Results 1 – 2 of 2) sorted by relevance
| /petsc/include/petsc/private/cpp/ | ||
| H A D | crtp.hpp | 13 Derived &underlying() noexcept { return static_cast<Derived &>(*this); } in underlying() function in Petsc::util::crtp |
| H A D | object_pool.hpp | 254 const Derived &underlying = this->underlying(); in destroy() local |