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::iterator)(它将是一个 ContiguousIterator)。我正在搜索所需成员的列表及其签名,因为我不知道此类迭代器应提供的所有功能以符合标准库。
我在哪里可以找到这些成员及其签名的详尽列表?