FIFO
이터레이터를 지원하지 않는다.
도움 된 글
https://m.blog.naver.com/PostView.naver?isHttpsRedirect=true&blogId=cksdn788&logNo=220485144752
[Grind Away] c++ STL Queue에서는 탐색(검색)이 불가능합니다.
큐(queue)는 선입선출(FIFO)을 특징으로 하는 자료구조입니다. 먼저 들어온 데이터를 먼저 나가게끔 하...
blog.naver.com
https://min-310.tistory.com/64
[C & C++] STL 반복자 iterator
안녕하세요. 허언증입니다. 포인터와 상당히 비슷하며, vector, deque, set, map, list등과 같은 컨테이너에 저장되어 있는 원소를 참조(접근)할 때 사용됨 (stack, queue에는 iterator가 없음) 반복자는 컨테
min-310.tistory.com
http://www.cplusplus.com/reference/queue/queue/?kw=queue
queue - C++ Reference
container_typeThe second template parameter (Container)Type of the underlying container
www.cplusplus.com
'개인 공부 > 자료구조' 카테고리의 다른 글
std::map의 emplace()와 insert() (0) | 2023.08.07 |
---|---|
map, unordered_map (0) | 2022.07.19 |
std::map (0) | 2022.05.26 |
std::priority_queue (0) | 2022.05.19 |
STL iterator (0) | 2021.06.10 |