BloombergLP::balb::ReservationGuard::submitReserved

Submit the specified numUnits from the reserve units guarded by this object. After this operation, the number of reserved units guarded by this object will be reduced by numUnits. The behavior is undefined unless numUnits <= unitsReserved().

Synopsis

Declared in <balb_reservationguard.h>

void
submitReserved(bsls::Types::Uint64 numUnits);