Create SequenceRef object that type erases the supplied sequence object.
Synopsis
Declared in <bdlar_sequenceref.h>
template<class t_SEQUENCE>
explicit
SequenceRef(t_SEQUENCE& sequence)
requires IsSequence<t_SEQUENCE>::value;
Parameters
Name |
Description |
sequence |
sequence object to wrap |
Created with MrDocs