VCCC  2024.05
VisualCamp Common C++ library
common_view.hpp File Reference

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)