template<typename _Tp, typename _Up>
&& requires {
static_cast<common_type_t<_Tp, _Up>>(std::declval<_Tp>());
static_cast<common_type_t<_Tp, _Up>>(std::declval<_Up>());
}
common_reference_t<
typename add_lvalue_reference< _Tp >::type add_lvalue_reference_t
Alias template for add_lvalue_reference.
[concept.same], concept same_as
[concept.commonref], concept common_reference_with
[concept.common], concept common_with
[concept.common], concept common_with
Definition at line 84 of file concepts.