![]() |
VCCC
2024.05
VisualCamp Common C++ library
|
#include "vccc/__concepts/convertible_to.hpp"
#include "vccc/__concepts/same_as.hpp"
#include "vccc/__type_traits/common_reference.hpp"
#include "vccc/__type_traits/conjunction.hpp"
#include "vccc/__type_traits/has_typename_type.hpp"
#include "vccc/__type_traits/is_referenceable.hpp"
#include "vccc/__type_traits/remove_cvref.hpp"
Go to the source code of this file.
Classes | |
struct | comparison_common_type_with< T, U > |
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. More... | |
Namespaces | |
vccc | |