CScript::operator<<

Appends a byte span as a data push, including its size prefix.

Synopsis

Declared in <script/script.h>

CScript&
operator<<(std::span<std::byte const> b);

Return Value

A reference to this script.

Parameters

NameDescription
bBytes to push.