Range-v3
Range algorithms, views, and actions for the Standard Library
ranges::views::common_fn Struct Reference

Synopsis of methods

constexpr view_closure< common_fncommon {}
 

Public Member Functions

template<typename Rng >
common_view< all_t< Rng > > operator() (Rng &&rng) const
 

Member Function Documentation

◆ operator()()

template<typename Rng >
common_view<all_t<Rng> > ranges::views::common_fn::operator() ( Rng &&  rng) const
Precondition
requires viewable_range<Rng>