VCCC  2024.05
VisualCamp Common C++ library
common_with< T, U > Struct Template Reference

#include </home/jarvis/actions-runner/jarvis-vccc-2/_work/vccc/vccc/include/vccc/__concepts/common_with.hpp>

+ Inheritance diagram for common_with< T, U >:

Detailed Description

template<typename T, typename U>
struct vccc::common_with< T, U >

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.

See also
std::common_with
vccc::common_type determines the common type of a group of types
common_reference determines the common reference type of a group of types
common_reference_with specifies that two types share a common reference type

The documentation for this struct was generated from the following file: