[#BloombergLP-bslstl-operator_plus-0fa] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslstl.adoc[bslstl]::operator+ :relfileprefix: ../../ :mrdocs: Return an iterator to the element at the specified `lhs` positions past the specified `rhs`. The behavior is undefined unless `rhs`, after incrementing by `lhs`, is within the bounds of the underlying sequence. == Synopsis Declared in `<bslstl_randomaccessiterator.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class T, class ITER_IMP, class TAG_TYPE> xref:BloombergLP/bslstl/RandomAccessIterator.adoc[bslstl::RandomAccessIterator<T, ITER_IMP, TAG_TYPE>] operator+( std::ptrdiff_t lhs, xref:BloombergLP/bslstl/RandomAccessIterator.adoc[RandomAccessIterator<T, ITER_IMP, TAG_TYPE>] const& rhs); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#