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