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