[#CScript-operator_lshift-0b6] = xref:CScript.adoc[CScript]::operator<< :relfileprefix: ../ :mrdocs: Delete non‐existent operator to defend against future introduction == Synopsis Declared in `<script/script.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:CScript.adoc[CScript]& operator<<(xref:CScript.adoc[CScript] const& b) = delete; ---- == Return Value Reference to the current object == Parameters [cols="1,4"] |=== | Name| Description | *b* | The right operand |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#