[#bsl-list-0a] = xref:bsl.adoc[bsl]::xref:bsl/list-054.adoc[list<VALUE>] :relfileprefix: ../ :mrdocs: Deduce the template parameter `VALUE` from the value_type of the intializer_list supplied to the constructor of `list`. This deduction guide does not participate unless the specified `ALLOC` is convertible to `bsl::allocator<CHAR_TYPE>`. == Synopsis Declared in `<bslstl_list.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class VALUE, class ALLOC, class DEFAULT_ALLOCATOR = xref:bsl/allocator-0df.adoc[bsl::allocator<VALUE>]> requires bsl::is_convertible_v<ALLOC *, DEFAULT_ALLOCATOR> xref:bsl/list-054.adoc[list<VALUE>]( std::initializer_list<VALUE>, ALLOC*) -> xref:bsl/list-054.adoc[list<VALUE>]; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#