jgraley / inferno-cpp2v

2 stars 0 forks source link

RegisterDecision to return iterator_interface #109

Open jgraley opened 4 years ago

jgraley commented 4 years ago

Since the agents don't mutate it, and this will remove a level of indirection

jgraley commented 4 years ago

...and then the ones that operate explicitly on Container or Sequence can return the exact iterator type via dynamic cast.