std::experimental::ranges::CommonReference
From cppreference.com
< cpp | experimental | ranges
Defined in header <experimental/ranges/concepts>
|
||
template < class T, class U > concept bool CommonReference = |
(ranges TS) | |
The concept CommonReference<T, U>
specifies that two types T
and U
share a common reference type (as computed by ranges::common_reference_t) to which both can be converted.
This section is incomplete Reason: equality preserving caveat |