Create SequenceConstRef object that type erases the supplied sequence object.
Synopsis
Declared in <bdlar_sequenceref.h>
template<class t_SEQUENCE>
explicit
SequenceConstRef(
t_SEQUENCE const& sequence,
void* = 0)
requires IsSequence<t_SEQUENCE>::value;
Created with MrDocs