This class is a deleter that just zeroes out a given pointer upon destruction, for making code exception-safe.
Declared in <balber_berdecoder.h>
class BerDecoder_Zeroer;
| Name | Description |
|---|---|
BerDecoder_Zeroer [constructor] | Create a zeroer that clears the options pointer at the specified options address on destruction. |
~BerDecoder_Zeroer [destructor] | Zero out the options pointer supplied at construction. |