In one of the C++ articles on STL, is being said that -
Since container adapters do not support iterators, hence they cannot be used with the STL algorithms.
But it did not explain as to why Container Adapters do not support iterators? Can anybody explain me the same?