Anyone knows how to sort the arrays, or how to insert an element in the array in Ordered?
Because, if you override the Traits, and provide your comparison functions, then it is possible to keep array in Ordered.
CElementTraits::CompareElementsOrdered, but it seems in atlcoll.h header file, where ATL's collection classes are implemented,
I don't see any code where you can add elements in to the array in ordered. But MSDN documentation says that CAtlArray and
CAtlList can be ordered.
Any comments please: