Set the array‐length‐hint flag of the specified encoder to the specified value, restoring the previous value on destruction.

Synopsis

Declared in <balber_berencoder.h>

BerEncoder_UseArrayLengthHintGuard(
    BerEncoder* encoder,
    bool value);

Parameters

Name

Description

encoder

encoder whose hint flag is updated

value

new value for the array‐length‐hint flag

Created with MrDocs