// In header: <boost/container/deque.hpp>
template<typename InputIterator>deque(InputIterator,InputIterator);
Description
Deduction guide: allows a deque to be constructed from the iterator range [first, last), deducing the element type from the value type of InputIterator and using the default allocator.