Same as the preceding overload, using the specified clockType for timed operations.

Synopsis

Declared in <bdlcc_deque.h>

template<class INPUT_ITER>
Deque(
    INPUT_ITER begin,
    INPUT_ITER end,
    bsls::SystemClockType::Enum clockType,
    bslma::Allocator* basicAllocator = 0);

Created with MrDocs