llvm::SplittingIterator::operator=

Copy-assign from R, fixing up owned separator storage if needed.

Synopsis

Declared in <llvm/ADT/StringExtras.h>

SplittingIterator&
operator=(SplittingIterator const& R);

Return Value

Reference to the current object

Parameters

NameDescription
RThe object to copy assign from