[#CScript-operator_lshift-062] = xref:CScript.adoc[CScript]::operator<< :relfileprefix: ../ :mrdocs: Appends a byte span as a data push (uint8_t overload). == Synopsis Declared in `<script/script.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:CScript.adoc[CScript]& operator<<(std::span<value_type const> b); ---- == Return Value A reference to this script. == Parameters [cols="1,4"] |=== | Name| Description | *b* | Bytes to push. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#