template< class T, class Alloc > void swap(
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
template <class... Args> iterator emplace_hint( const_iterator
reverse_iterator rbegin();
size_type max_size() const;
iterator erase( const_iterator pos ); (1)
iterator insert( const value_type& value ); (1)
bool empty() const;
template< size_t I, class T, size_t N > constexpr T& get(
Defined in header
Page 11 of 44