原文:http://www.cnblogs.com/skynet/archive/2010/06/18/1760518.html
笔记:
使用容器时,注意使用引用,防止调用拷贝构造函数造成不必要的开销,在函数声明时指定即可。
hash_map和map的区别是后者要求有序。