[#BloombergLP-balb-RateLimiter-wouldExceedBandwidth] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balb.adoc[balb]::xref:BloombergLP/balb/RateLimiter.adoc[RateLimiter]::wouldExceedBandwidth :relfileprefix: ../../../ :mrdocs: Update the state of this rate limiter to the specified `currentTime`. Return `true` if submitting 1 unit at the `currentTime` would exceed the configured limits, and false otherwise. == Synopsis Declared in `<balb_ratelimiter.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool wouldExceedBandwidth(xref:BloombergLP/bsls/TimeInterval.adoc[bsls::TimeInterval] const& currentTime); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#