![]() |
VCCC
2024.05
VisualCamp Common C++ library
|
#include <algorithm>
#include <type_traits>
#include <utility>
#include "vccc/__concepts/copy_constructible.hpp"
#include "vccc/__iterator/next.hpp"
#include "vccc/optional.hpp"
#include "vccc/__ranges/simple_view.hpp"
#include "vccc/__ranges/begin.hpp"
#include "vccc/__ranges/enable_borrowed_range.hpp"
#include "vccc/__ranges/iterator_t.hpp"
#include "vccc/__ranges/random_access_range.hpp"
#include "vccc/__ranges/range.hpp"
#include "vccc/__ranges/range_difference_t.hpp"
#include "vccc/__ranges/size.hpp"
#include "vccc/__ranges/sized_range.hpp"
#include "vccc/__ranges/view_interface.hpp"
#include "vccc/__ranges/view.hpp"
#include "vccc/__ranges/views/all.hpp"
#include "vccc/__type_traits/conjunction.hpp"
Go to the source code of this file.
Classes | |
class | drop_view< V > |
struct | enable_borrowed_range< drop_view< T > > |
Namespaces | |
vccc | |
vccc::ranges | |
Functions | |
template<typename R > | |
constexpr drop_view< views::all_t< R > > | make_drop_view (R &&r, range_difference_t< R > count) |