![]() |
VCCC
2024.05
VisualCamp Common C++ library
|
#include </home/jarvis/actions-runner/jarvis-vccc-2/_work/vccc/vccc/include/vccc/__concepts/common_with.hpp>
The concept common_with<T, U>
specifies that two types T
and U
share a common type (as computed by vccc::common_type_t
) to which both can be converted.