Range-v3
Range algorithms, views, and actions for the Standard Library
ranges::move_view< Rng > Struct Template Reference

Public Member Functions

 move_view (Rng rng)
 
auto size ()
 
auto size () const
 

Member Function Documentation

◆ size()

template<typename Rng >
auto ranges::move_view< Rng >::size ( )
Precondition
requires sized_range<Rng>