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.
有没有办法从指向元素的指针中获取元素的索引?具体来说,我需要的是指向 I 点之前或之后的元素的索引(或迭代器)。我知道在使用向量时,您可以轻松地进行算术运算,但在双端队列中就不是那么容易了。
我必须使用双端队列。矢量不是一种选择。
我相信答案是否定的。但是为什么不使用迭代器而不是指针呢?