BloombergLP::bdlcc::TimeQueue<function<void()>>::popLE

Same as the preceding overload, appending removed items to the specified buffer.

Synopsis

Declared in <bdlcc_timequeue.h>

void
popLE(
    bsls::TimeInterval const& time,
    int maxTimers,
    std::pmr::vector<TimeQueueItem<function<void()>>>* buffer,
    int* newLength = 0,
    bsls::TimeInterval* newMinTime = 0);