Deduce the template parameter VALUE from the value_type of the iterators supplied to the constructor of list.
Declared in <bslstl_list.h>
template<
class INPUT_ITERATOR,
class VALUE = BloombergLP::bslstl::IteratorUtil::IterVal_t<INPUT_ITERATOR>>
list<VALUE>(
INPUT_ITERATOR,
INPUT_ITERATOR) -> list<VALUE>;