0% found this document useful (0 votes)
16 views1 page

Vector Deque Queue Priority - Queue Stack List Forward - List Map Set

This document lists common operations for different C++ standard library containers including vectors, deques, queues, priority queues, stacks, lists, forward lists, maps and sets. It shows which operations each container supports, such as push, pop, insert, erase, size, capacity and more. Front and back are listed for the containers that support those concepts.

Uploaded by

SrImportante
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
16 views1 page

Vector Deque Queue Priority - Queue Stack List Forward - List Map Set

This document lists common operations for different C++ standard library containers including vectors, deques, queues, priority queues, stacks, lists, forward lists, maps and sets. It shows which operations each container supports, such as push, pop, insert, erase, size, capacity and more. Front and back are listed for the containers that support those concepts.

Uploaded by

SrImportante
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

PRINCIPALES OPERACIONES

vector deque queue priority_queue stack list forward_list map set

[]   
front    top top  
back    

push_front  push  
push_back   push 
pop_front  pop pop pop  
pop_back   
insert     
erase     
push
insert_after 
erase_after 

size        
capacity 
max_size      
resize  

You might also like