'C++' Standard Template Library Containers
Replace all elements
Access elements with bounds checking
Access last element
Get the number of buckets
Get container capacity
Clear the container
Check for elements
Count element frequency
Create deque
Create forward list
Create list
Create map
Create multimap
Create multiset
Create priority queue
Create queue
Create set
Create stack
Create unordered map
Create unordered multimap
Create unordered multiset
Create unordered set
Create vector
Add an element
Add an element to the back
Add an element to the front
Add an element
Check emptiness
Check equality
Erase elements
Erase elements
Toggle boolean values
Access first element
Add elements
Add or overwrite elements
Add elements
Get the mean number of elements per bucket
Get the maximum number of buckets
Get or set the maximum load factor
Get maximum container size
Merge two objects
Remove an element from the back
Remove an element from the front
Remove top element
Print container data
Add an element to the back
Add an element to the front
Add elements
Set minimum bucket count and rehash
Remove elements
Reserve space
Alter the container size
Reverse element order
Shrink container capacity to size
Get container size
Sort elements
Print the sorting order
Move elements
Move elements
Access or insert elements without bounds checking
Export data to R
Access top element
Add an element
Get data type
Delete consecutive duplicates
Use 'C++' Standard Template Library containers interactively in R. Includes sets, unordered sets, multisets, unordered multisets, maps, unordered maps, multimaps, unordered multimaps, stacks, queues, priority queues, vectors, deques, forward lists, and lists.
Useful links