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