| c++ Programming Glossary: leftvalueIntersection of two STL maps http://stackoverflow.com/questions/3772664/intersection-of-two-stl-maps  improve this question   template typename KeyType typename LeftValue typename RightValue map KeyType pair LeftValue RightValue IntersectMaps.. typename LeftValue typename RightValue map KeyType pair LeftValue RightValue IntersectMaps const map KeyType LeftValue left const.. pair LeftValue RightValue IntersectMaps const map KeyType LeftValue left const map KeyType RightValue right map KeyType pair LeftValue.. 
 |