[#bsl-list-08] = xref:bsl.adoc[bsl]::xref:bsl/list-054.adoc[list<VALUE>] :relfileprefix: ../ :mrdocs: Deduce the template parameter `VALUE` from the `value_type` of the iterators supplied to the constructor of `list`. == Synopsis Declared in `<bslstl_list.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class INPUT_ITERATOR, class VALUE = xref:BloombergLP/bslstl/IteratorUtil/IterVal_t.adoc[BloombergLP::bslstl::IteratorUtil::IterVal_t<INPUT_ITERATOR>]> xref:bsl/list-054.adoc[list<VALUE>]( INPUT_ITERATOR, INPUT_ITERATOR) -> xref:bsl/list-054.adoc[list<VALUE>]; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#