![]() |
VCCC
2024.05
VisualCamp Common C++ library
|
The concept common_reference_with<T, U>
specifies that two types T
and U
share a common reference type (as computed by vccc::common_reference_t
) to which both can be converted.