BloombergLP::bdlar::AnyCastUtil::toCustomizedTypeConstRef

Cast the specified any to CustomizedTypeConstRef.

Synopsis

Declared in <bdlar_anycastutil.h>

static
CustomizedTypeConstRef
toCustomizedTypeConstRef(AnyConstRef const& any);

Description

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

Return Value

a CustomizedTypeConstRef for the object referred to by any

Parameters

NameDescription
anyconst any reference to cast