[#bsl-forward_list] = xref:bsl.adoc[bsl]::forward_list :relfileprefix: ../ :mrdocs: Singly‐linked list with `bsl::allocator` as the default allocator. == Synopsis Declared in `<bsl_forward_list.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class TYPE> using forward_list = std::forward_list<TYPE, bsl::allocator<TYPE>>; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#