C++ STL 之 queue
摘要:front():返回 queue 中第一个元素的引用。如果 queue 是常量,就返回一个常引用;如果 queue 为空,返回值是未定义的。 back():返回 queue 中最后一个元素的引用。如果 queue 是常量,就返回一个常引用;如果 queue 为空,返回值是未定义的。 push(con
        阅读全文
        
            posted @ 2021-11-28 16:25
            posted @ 2021-11-28 16:25
            posted @ 2021-11-25 22:50