[#bsl-list-05c] = xref:bsl.adoc[bsl]::xref:bsl/list-054.adoc[list<VALUE>] :relfileprefix: ../ :mrdocs: Deduce `VALUE` from the fill constructor's value argument. == Synopsis Declared in `<bslstl_list.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class SIZE_TYPE, class VALUE, class ALLOC, class DEFAULT_ALLOCATOR = xref:bsl/allocator-0df.adoc[bsl::allocator<VALUE>]> requires bsl::is_convertible_v<ALLOC *, DEFAULT_ALLOCATOR> && bsl::is_convertible_v< SIZE_TYPE, typename bsl::allocator_traits<DEFAULT_ALLOCATOR>::size_type> xref:bsl/list-054.adoc[list<VALUE>]( SIZE_TYPE, VALUE, ALLOC*) -> xref:bsl/list-054.adoc[list<VALUE>]; ---- == Description This deduction guide does not participate unless the supplied allocator is convertible to `bsl::allocator<VALUE>`. [.small]#Created with https://www.mrdocs.com[MrDocs]#