C++ STL
本文是阅读《STL 源码刨析》 和 《泛型编程与 STL》的笔记 graph TB A[new] B[new op] C[op new] D[placement new] E[manual dtor] F[Banlance Tree] G[AVL Tree] H[4 roates] I[2-3 Tree] J[RB Tree] K[Algs] L[sort] M[quick/insert/heap] N[adaptor] O[b/i/f] P[io itr] A-->B A-->C A-->D B-->C D-->E F-->G G-->H F-->I I-->J K-->L L-->M N-->O N-->P GCC 中使用的 STL