![]() |
VCCC
2024.05
VisualCamp Common C++ library
|
#include "vccc/__iterator/indirectly_readable.hpp"#include "vccc/__iterator/iter_reference_t.hpp"#include "vccc/__iterator/iter_value_t.hpp"#include "vccc/__type_traits/common_reference.hpp"#include "vccc/__type_traits/has_typename_type.hpp"Go to the source code of this file.
Classes | |
| struct | iter_common_reference< T > |
Namespaces | |
| vccc | |
Typedefs | |
| template<typename T > | |
| using | iter_common_reference_t = typename iter_common_reference< T >::type |
Computes the common reference type of T. This is the common reference type between its reference type and an lvalue reference to its value type. More... | |