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

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

+ Inheritance diagram for comparison_common_type_with< T, U >:

Detailed Description

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

comparison_common_type_with specifies that two types share a common type, and a const lvalue or a non-const rvalue of either type is convertible to that common type.

Notes

vccc::comparison_common_type_with is implemented in C++23 version

See also
__ComparisonCommonTypeWith

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