How to make a function accept all type of iterators, but specialising only one type?
As per How to make constructor accept all type of iterators? I am trying to have a function accept iterators from different container types. Unlike that question, i want those containers to have only the specific type of elements. However, if i use the following code, i lose the ability to control the element type: