Same as the preceding overload, using the specified clockType for timed operations.
Synopsis
Declared in <bdlcc_deque.h>
Deque(
std::size_t highWaterMark,
bsls::SystemClockType::Enum clockType,
bslma::Allocator* basicAllocator = 0);
Created with MrDocs