Make SequenceRef to the specified "sequence" object.

Synopsis

Declared in <bdlar_refutil.h>

template<class t_TYPE>
static
SequenceRef
wrap(t_TYPE& object)
requires IsSequence<t_TYPE>::value;

Created with MrDocs