BloombergLP::bdlar::AnyCastUtil::toCustomizedTypeRef

Cast the specified any to CustomizedTypeRef.

Synopsis

Declared in <bdlar_anycastutil.h>

static
CustomizedTypeRef
toCustomizedTypeRef(AnyRef const& any);

Description

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

Return Value

a CustomizedTypeRef for the object referred to by any

Parameters

NameDescription
anyany reference to cast