![]() |
Arene Base
Fundamental Utilities For Safety Critical C++
|
| using std::pair_detail::deduced_pair_type_t = pair<::arene::base::unwrap_ref_decay_t<T1>, ::arene::base::unwrap_ref_decay_t<T2>> |
Internal helper to deduce the expected std::pair type.
| T1 | The first argument type given to std::make_pair |
| T2 | The second argument type given to std::make_pair |
|
constexprnoexcept |
access an element of a pair
| Pair | specialization of pair |
| values | lvalue or rvalue reference to a pair |
values
|
constexprnoexcept |
access an element of a pair
| Pair | specialization of pair |
| values | lvalue or rvalue reference to a pair |
values