The position template is probably not yet well known, since most developers work at a higher level of abstraction. We use the implementation of the position template when we use certain operations on collections, but we ourselves do not implement it.
[Opinion] You are likely to find links to The Position Pattern in books that talk about lower-level programming. Perhaps along with the Iterator template, for example, many developers will never implement themselves, but will use the implementation when they start the for each loop.
source share