|
template<typename T , typename U , typename C = reference_t<T, U>> |
auto | requires_ (T &&, U &&) -> decltype( concepts::valid_expr( concepts::model_of< Same, C, reference_t< U, T >>(), C(val< T >()), C(val< U >()) )) |
|
template<typename T , typename U , typename... Rest, typename CommonReference_ = CommonReference, typename C = reference_t<T, U>> |
auto | requires_ (T &&, U &&, Rest &&...) -> decltype( concepts::valid_expr( concepts::model_of< CommonReference_, T, U >(), concepts::model_of< CommonReference_, C, Rest... >() )) |
|