bsl::list<VALUE, ALLOCATOR>

Deduce VALUE and ALLOCATOR from the iterator-range constructor.

Synopsis

Declared in <bslstl_list.h>

template<
    class INPUT_ITERATOR,
    class ALLOCATOR,
    class VALUE = BloombergLP::bslstl::IteratorUtil::IterVal_t<INPUT_ITERATOR>>
requires bsl::IsStdAllocator_v<ALLOCATOR>
list<VALUE, ALLOCATOR>(
    INPUT_ITERATOR,
    INPUT_ITERATOR,
    ALLOCATOR) -> list<VALUE, ALLOCATOR>;

Description

This deduction guide does not participate unless the supplied allocator meets the requirements of a standard allocator.