[#BloombergLP-bdlcc-TimeQueue-09c-popLE-0f] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlcc.adoc[bdlcc]::xref:BloombergLP/bdlcc/TimeQueue-09c.adoc[TimeQueue]::popLE :relfileprefix: ../../../ :mrdocs: Same as the preceding overload, appending removed items to the specified `buffer`. == Synopsis Declared in `<bdlcc_timequeue.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void popLE( xref:BloombergLP/bsls/TimeInterval.adoc[bsls::TimeInterval] const& time, int maxTimers, std::pmr::vector<TimeQueueItem<DATA>>* buffer, int* newLength = 0, xref:BloombergLP/bsls/TimeInterval.adoc[bsls::TimeInterval]* newMinTime = 0); ---- == Parameters [cols="1,4"] |=== | Name| Description | *time* | time threshold for removing items | *maxTimers* | maximum number of items to remove | *buffer* | receives the removed items | *newLength* | if non‐null, receives the new queue length | *newMinTime* | if non‐null, receives the new minimum time |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#