![]() |
VCCC
2024.05
VisualCamp Common C++ library
|
#include <cstdint>
#include <type_traits>
#include "vccc/core.hpp"
#include "vccc/__concepts/copyable.hpp"
#include "vccc/__concepts/convertible_to.hpp"
#include "vccc/__concepts/default_initializable.hpp"
#include "vccc/__concepts/same_as.hpp"
#include "vccc/__concepts/semiregular.hpp"
#include "vccc/__concepts/totally_ordered.hpp"
#include "vccc/__concepts/weakly_equality_comparable_with.hpp"
#include "vccc/__iterator/incrementable.hpp"
#include "vccc/__iterator/iterator_tag.hpp"
#include "vccc/__iterator/iter_difference_t.hpp"
#include "vccc/__iterator/random_access_iterator.hpp"
#include "vccc/__iterator/unreachable_sentinel.hpp"
#include "vccc/__iterator/weakly_incrementable.hpp"
#include "vccc/__ranges/borrowed_range.hpp"
#include "vccc/__ranges/view_interface.hpp"
#include "vccc/__type_traits/bool_constant.hpp"
#include "vccc/__type_traits/conjunction.hpp"
#include "vccc/__type_traits/negation.hpp"
#include "vccc/__type_traits/remove_cvref.hpp"
#include "vccc/__type_traits/type_identity.hpp"
#include "vccc/__type_traits/void_t.hpp"
#include "vccc/__utility/cxx20_rel_ops.hpp"
Go to the source code of this file.
Classes | |
class | iota_view< W, Bound > |
class | iota_view< W, Bound >::iterator |
class | iota_view< W, Bound >::sentinel |
struct | enable_borrowed_range< iota_view< W, Bound > > |
struct | iota_niebloid |
Namespaces | |
vccc | |
vccc::ranges | |
vccc::ranges::views | |
vccc::ranges::views::detail | |
Variables | |
constexpr VCCC_INLINE_OR_STATIC detail::iota_niebloid | iota {} |