CScript::operator<<

Appends a single opcode.

Synopsis

Declared in <script/script.h>

CScript&
operator<<(opcodetype opcode);

Return Value

A reference to this script.

Parameters

NameDescription
opcodeOpcode to append.