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

Synopsis of methods

constexpr iota_fn iota {}
 

Public Member Functions

requires weakly_incrementable< From > &&semiregular< To > &&detail::weakly_equality_comparable_with_< From, To > &&!integral< From > !integral< To > To operator() (From from, To to) const
 
template<typename From >
requires weakly_incrementable< From > iota_view< From > operator() (From value) const