![]() |
Arene Base
Fundamental Utilities For Safety Critical C++
|
| using std::common_type_detail::decayed_conditional_result_t = typename decayed_conditional_result<T1, T2>::type |
Helper alias template for decayed_conditional_result.
| T1 | First type |
| T2 | Second type |
|
externconstexpr |
Helper variable template that checks if both types are already decayed.
| T1 | First type |
| T2 | Second type |
| using std::common_type_detail::conditional_result_t |
Helper type that determines the type of a conditional expression between T1 and T2.
| T1 | First type |
| T2 | Second type |