BloombergLP::bdlar::AnyCastUtil::toDynamicTypeConstRef

Cast the specified any to DynamicTypeConstRef.

Synopsis

Declared in <bdlar_anycastutil.h>

static
DynamicTypeConstRef
toDynamicTypeConstRef(AnyConstRef const& any);

Description

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

Return Value

a DynamicTypeConstRef for the object referred to by any

Parameters

NameDescription
anyconst any reference to cast