![]() |
VCCC
2024.05
VisualCamp Common C++ library
|
#include <type_traits>
#include <utility>
#include "vccc/__concepts/copyable.hpp"
#include "vccc/__iterator/common_iterator.hpp"
#include "vccc/__ranges/borrowed_range.hpp"
#include "vccc/__ranges/begin.hpp"
#include "vccc/__ranges/common_range.hpp"
#include "vccc/__ranges/end.hpp"
#include "vccc/__ranges/iterator_t.hpp"
#include "vccc/__ranges/random_access_range.hpp"
#include "vccc/__ranges/size.hpp"
#include "vccc/__ranges/sized_range.hpp"
#include "vccc/__ranges/view_interface.hpp"
#include "vccc/__ranges/views/all.hpp"
#include "vccc/__type_traits/conjunction.hpp"
#include "vccc/__type_traits/negation.hpp"
Go to the source code of this file.
Classes | |
class | common_view< V > |
Adapts a given view with different types for iterator/sentinel pair into a view that is also a common_range. A common_view always has the same iterator/sentinel type. More... | |
struct | enable_borrowed_range< common_view< V > > |
Namespaces | |
vccc | |
vccc::ranges | |
Functions | |
template<typename R , std::enable_if_t< viewable_range< R >::value, int > = 0> | |
constexpr common_view< views::all_t< R > > | make_common_view (R &&r) |