![]() |
VCCC
2024.05
VisualCamp Common C++ library
|
#include <cstddef>
#include <type_traits>
#include "vccc/__core/inline_or_static.hpp"
#include "vccc/__iterator/sentinel_for.hpp"
#include "vccc/__type_traits/detail/return_category.hpp"
#include "vccc/__core/decay_copy.hpp"
#include "vccc/__ranges/enable_borrowed_range.hpp"
#include "vccc/__ranges/iterator_t.hpp"
#include "vccc/__type_traits/disjunction.hpp"
#include "vccc/__type_traits/is_bounded_array.hpp"
#include "vccc/__type_traits/is_complete.hpp"
#include "vccc/__type_traits/remove_cvref.hpp"
#include "vccc/__type_traits/void_t.hpp"
Go to the source code of this file.
Namespaces | |
vccc | |
vccc::ranges | |
vccc::ranges::niebloid | |
Niebloids. | |
Variables | |
constexpr VCCC_INLINE_OR_STATIC detail::end_niebloid | end {} |
returns a sentinel indicating the end of a range More... | |