VCCC  2024.05
VisualCamp Common C++ library
iter_common_reference_t.hpp File Reference

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...