[#bsl-slist-merge-0e] = xref:bsl.adoc[bsl]::xref:bsl/slist.adoc[slist]::merge :relfileprefix: ../../ :mrdocs: `merge` overloads == Synopses Declared in `<bslstp_slist.h>` Merge the sorted list `__x` into this sorted list. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void xref:bsl/slist/merge-01.adoc[merge](xref:bsl/slist.adoc[_Self]& __x); ---- [.small]#xref:bsl/slist/merge-01.adoc[_» more..._]# Merge sorted `__x` into this list ordered by `__comp`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class _StrictWeakOrdering> void xref:bsl/slist/merge-0d.adoc[merge]( xref:bsl/slist.adoc[slist<_Tp, _Alloc>]& __x, _StrictWeakOrdering __comp); ---- [.small]#xref:bsl/slist/merge-0d.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#