Cast the specified any to ArrayConstRef.
Declared in <bdlar_anycastutil.h>
static
ArrayConstRef
toArrayConstRef(AnyConstRef const& any);
The behaviour is undefined unless any.typeCategory() == bdlat_TypeCategory::e_ARRAY_CATEGORY.
an ArrayConstRef for the object referred to by any
| Name | Description |
|---|---|
| any | const any reference to cast |