![]() |
VCCC
2024.05
VisualCamp Common C++ library
|
#include <type_traits>
#include "vccc/__concepts/implicit_expression_check.hpp"
#include "vccc/__concepts/same_as.hpp"
#include "vccc/__iterator/iter_difference_t.hpp"
#include "vccc/__iterator/sentinel_for.hpp"
#include "vccc/__type_traits/conjunction.hpp"
#include "vccc/__type_traits/has_typename_type.hpp"
#include "vccc/__type_traits/negation.hpp"
#include "vccc/__type_traits/void_t.hpp"
Go to the source code of this file.
Classes | |
struct | disable_sized_sentinel_for< S, I > |
struct | sized_sentinel_for< S, I > |
specifies that the - operator can be applied to an iterator and a sentinel to calculate their difference in constant time More... | |
Namespaces | |
vccc | |