The Containers library is a generic collection of class templates and algorithms that allow programmers to easily implement common data structures like queues, lists and stacks
Defined in header
template <class... Args> iterator emplace_hint( const_iterator
param_type param() const; (1)
reverse_iterator rbegin();
size_type max_size() const;
Defined in header <complex.h>
iterator erase( const_iterator pos ); (1)
Page 89 of 100