I am introducing parts in STL/CLR library which are not present in STL. In this post, I give a short overview of generic interfaces implemented in STL/CLR. They solve problem of providing access to STL/CLR container across .Net assembly boundary. I start with showing the problem first, and then a solution to the problem implemented in STL/CLR.
Read More...