Set the array-length-hint flag of the specified encoder to the specified value, restoring the previous value on destruction.
Declared in <balber_berencoder.h>
BerEncoder_UseArrayLengthHintGuard(
BerEncoder* encoder,
bool value);
| Name | Description |
|---|---|
| encoder | encoder whose hint flag is updated |
| value | new value for the array-length-hint flag |