BloombergLP::bdlar::AnyCastUtil::toChoiceRef

Cast the specified any to ChoiceRef.

Synopsis

Declared in <bdlar_anycastutil.h>

static
ChoiceRef
toChoiceRef(AnyRef const& any);

Description

The behaviour is undefined unless any.typeCategory() == bdlat_TypeCategory::e_CUSTOMIZED_TYPE_CATEGORY.

Return Value

a ChoiceRef for the object referred to by any

Parameters

NameDescription
anyany reference to cast