![]() |
VCCC
2024.05
VisualCamp Common C++ library
|
#include "vccc/__iterator/incrementable_traits.hpp"
#include "vccc/__iterator/iterator_traits/forward_declare.hpp"
#include "vccc/__type_traits/has_typename_difference_type.hpp"
#include "vccc/__type_traits/remove_cvref.hpp"
Go to the source code of this file.
Classes | |
struct | iter_difference< T > |
Namespaces | |
vccc | |
Typedefs | |
template<typename T > | |
using | iter_difference_t = typename iter_difference< T >::type |
Computes the difference type of T More... | |