Cancel the specified numUnits from the reserve units guarded by this object. Subtract the numUnits from unitsReserved and invoke the cancelReserved method on the guarded object for numUnits. 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
cancelReserved(bsls::Types::Uint64 numUnits);

Created with MrDocs