Copy‐assignment is deleted.
Synopsis
Declared in <llvm/Support/raw_ostream.h>
void
operator=(raw_ostream const& other) = delete;
Parameters
Name |
Description |
other |
The object to copy assign from |
Created with MrDocs