BloombergLP::balber::BerUtil_ExtendedBinaryEncodingUtil::useExtendedBinaryEncoding

useExtendedBinaryEncoding overloads

Synopses

Declared in <balber_berutil.h>

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.

static
bool
useExtendedBinaryEncoding(
    bdlt::Datetime const& value,
    BerEncoderOptions const* options);
» more...

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.

static
bool
useExtendedBinaryEncoding(
    bdlt::DatetimeTz const& value,
    BerEncoderOptions const* options);
» more...

Return whether extended binary encoding is required.

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

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.

static
bool
useExtendedBinaryEncoding(
    bdlt::TimeTz const& value,
    BerEncoderOptions const* options);
» more...