BloombergLP::balber::BerUtil_ExtendedBinaryEncodingUtil::useExtendedBinaryEncoding

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

Synopsis

Declared in <balber_berutil.h>

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

Description

false otherwise.

Return Value

true if value must use extended-binary encoding per options, and false otherwise

Parameters

NameDescription
valuevalue to encode
optionsencoder options (0 for defaults)