BloombergLP::ball::ThresholdAggregateUtil::unpack

Return a threshold aggregate having the value equivalent to one that was converted into the specified packed representation.

Synopsis

Declared in <ball_thresholdaggregate.h>

static
ThresholdAggregate
unpack(unsigned int packed);

Description

The behavior is undefined unless the value for packed originated from a call to pack in the same process instance.

Return Value

threshold aggregate equivalent to packed

Parameters

NameDescription
packedpacked representation produced by pack