![]() |
VCCC
2024.05
VisualCamp Common C++ library
|
#include <iterator>
#include <type_traits>
#include <utility>
#include "vccc/__concepts/copy_constructible.hpp"
#include "vccc/__iterator/next.hpp"
#include "vccc/__ranges/begin.hpp"
#include "vccc/__ranges/bidirectional_range.hpp"
#include "vccc/__ranges/common_range.hpp"
#include "vccc/__ranges/enable_borrowed_range.hpp"
#include "vccc/__ranges/end.hpp"
#include "vccc/__ranges/iterator_t.hpp"
#include "vccc/__ranges/non_propagating_cache.hpp"
#include "vccc/__ranges/view.hpp"
#include "vccc/__ranges/views/all.hpp"
Go to the source code of this file.
Classes | |
class | reverse_view< V > |
A range adaptor that represents a view of underlying view with reversed order. More... | |
struct | enable_borrowed_range< reverse_view< T > > |
Namespaces | |
vccc | |
vccc::ranges | |
Functions | |
template<typename R > | |
constexpr reverse_view< views::all_t< R > > | make_reverse_view (R &&r) |