Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在为学校做一些功课,我想研究 std::list 的 api,因为我应该实现自己的一个。我想实现一个与 std 类似的接口,以便以后可以舒适地使用我自己的列表。
谢谢。
您将在cppreference.com上找到成员函数和运算符的完整列表(@Rook 也指出)
但我也认为这并不容易,而且对于 C++ 初学者来说肯定不是。
另一种选择是这些 STL 的离线手册页。