![]() |
VCCC
2024.05
VisualCamp Common C++ library
|
#include "vccc/__iterator/iter_reference_t.hpp"
#include "vccc/__ranges/iterator_t.hpp"
#include "vccc/__type_traits/has_typename_type.hpp"
Go to the source code of this file.
Classes | |
struct | range_reference< R > |
Namespaces | |
vccc | |
vccc::ranges | |
Typedefs | |
template<typename R > | |
using | range_reference_t = typename range_reference< R >::type |
Used to obtain the reference type of the iterator type of range type R. More... | |