Searched refs:constructor_type (Results 1 – 1 of 1) sorted by relevance
338 using constructor_type = Constructor; typedef in Petsc::ObjectPool351 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_{};