Submit the specified numUnits from the reserve units guarded by this object.

Synopsis

Declared in <balb_reservationguard.h>

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

Description

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

Parameters

Name

Description

numUnits

number of previously reserved units to submit

Created with MrDocs