Return whether extended binary encoding is required.

Synopsis

Declared in <balber_berutil.h>

static
bool
useExtendedBinaryEncoding(
    bdlt::Time const& value,
    BerEncoderOptions const* options);

Description

Return true if the specified value must be encoded using its corresponding extended‐binary‐encoding format according to the specified options, and return false otherwise.

Created with MrDocs