Create SequenceConstRef object that type erases the supplied sequence object.
Declared in <bdlar_sequenceref.h>
template<class t_SEQUENCE>
explicit
SequenceConstRef(t_SEQUENCE const& sequence)
requires IsSequence<t_SEQUENCE>::value;
| Name | Description |
|---|---|
| sequence | sequence object to wrap |