template< class... Args > std::pair<iterator,bool> emplace(
iterator erase( const_iterator pos ); (1)
(1)
void clear();
iterator lower_bound( const Key& key ); (1)
template< class Key, class T, class Compare
template< class T, class Alloc > void swap( forward_list<T
After reviewing national body comments to n3690, this library component was voted out from C++14 working paper into a separate
template< class T > bool operator==( const dynarray<T>& lhs,
Page 8 of 44