Range-v3
Range algorithms, views, and actions for the Standard Library
ranges::adaptor_cursor< BaseIter, Adapt > Struct Template Reference

Public Member Functions

template<typename OtherIter , typename OtherAdapt >
 adaptor_cursor (adaptor_cursor< OtherIter, OtherAdapt > that) requires defer
 
 adaptor_cursor (BaseIter iter, Adapt adapt)