I’m trying to achieve the following. I have an any_range of const items, in runtime I need dynamically calculate and store values for each item, lets say two additional integers, what I expect to get in the end is an any_range with something like joint view of my const item and two integers. Is it possible?

 

 

Read More