![]() |
VCCC
2024.05
VisualCamp Common C++ library
|
#include <cstddef>
#include <type_traits>
#include "vccc/__concepts/convertible_to.hpp"
#include "vccc/__core/inline_or_static.hpp"
#include "vccc/__iterator/contiguous_iterator.hpp"
#include "vccc/__iterator/counted_iterator.hpp"
#include "vccc/__iterator/default_sentinel_t.hpp"
#include "vccc/__iterator/input_or_output_iterator.hpp"
#include "vccc/__iterator/iter_difference_t.hpp"
#include "vccc/__iterator/random_access_iterator.hpp"
#include "vccc/__memory/to_address.hpp"
#include "vccc/span.hpp"
#include "vccc/__ranges/subrange.hpp"
#include "vccc/__type_traits/conjunction.hpp"
#include "vccc/__type_traits/detail/return_category.hpp"
#include "vccc/__type_traits/detail/tag.hpp"
#include "vccc/__type_traits/remove_cvref.hpp"
Go to the source code of this file.
Classes | |
struct | counted_niebloid |
Namespaces | |
vccc | |
vccc::ranges | |
vccc::ranges::views | |
vccc::ranges::views::detail | |
Variables | |
constexpr VCCC_INLINE_OR_STATIC detail::counted_niebloid | counted {} |
creates a subrange from an iterator and a count More... | |