template< class... Args > std::pair<iterator,bool> emplace(
void clear();
void pop_back();
template< class... Args > iterator emplace_after( const_iterator
template< class Key, class Hash, class KeyEqual, class Allocator > bool operator==(
iterator insert( const value_type& value ); (1)
void splice_after( const_iterator pos, forward_list& other );
iterator begin();
void push_front( const T& value );
Page 2 of 44