Home
last modified time | relevance | path

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

/petsc/include/petsc/private/cpp/
H A Dutility.hpp128 using typename base_type::first_type;
131 first_type &first() noexcept { return static_cast<base_type &>(*this).first; } in first()
132 const first_type &first() const noexcept { return static_cast<const base_type &>(*this).first; } in first()
145 using first_type = T; typedef in Petsc::util::detail::compressed_pair_impl
150 …compressed_pair_impl(first_type x, second_type y) : base_type(std::move_if_noexcept(x)), second_(s… in compressed_pair_impl()
154 first_type &first() noexcept { return *this; } in first()
155 const first_type &first() const noexcept { return *this; } in first()
171 using first_type = T; typedef in Petsc::util::detail::compressed_pair_impl
176 …compressed_pair_impl(first_type x, second_type y) : base_type(std::move_if_noexcept(y)), first_(st… in compressed_pair_impl()
178 compressed_pair_impl(first_type x) : first_(std::move_if_noexcept(x)) { } in compressed_pair_impl()
[all …]
H A Dunordered_map.hpp1229 using key_type = typename value_type::first_type;