Custom Comparison for Associative Container
For STL associative containers, the type of keys stored must be comparable. Although in some cases you might want to supply an alternative comparison function.
[Read More]