Home
last modified time | relevance | path

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

/petsc/include/petsc/private/cpp/
H A Dobject_pool.hpp338 using constructor_type = Constructor; typedef in Petsc::ObjectPool
351 PETSC_NODISCARD constructor_type &constructor() noexcept { return pair_.first(); } in constructor()
352 PETSC_NODISCARD const constructor_type &constructor() const noexcept { return pair_.first(); } in constructor()
357 util::compressed_pair<constructor_type, allocator_type> pair_{};