![]() |
VCCC
2024.05
VisualCamp Common C++ library
|
#include "vccc/__iterator/iter_difference_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_difference< R > |
Namespaces | |
vccc | |
vccc::ranges | |
Typedefs | |
template<typename R > | |
using | range_difference_t = typename range_difference< R >::type |
Used to obtain the difference type of the iterator type of range type R . More... | |