would you call a wrapper type, that holds a pointer to a container provides a range interface through that pointer, a range_reference or a reference_range?
hmmm... referring_range?? indirect_range???
@namark range or range_view
@ercadio but aren't there a lot of other things you could call that? Also view suggests to me that it's read-only.
@ercadio great, now I have to generalize on the pointer type to allow different ownership models...