template<class P> iterator insert(P&& x); template<class P> iterator insert(const_iterator position, P&& x);