Delete non‐existent operator to defend against future introduction

Synopsis

Declared in <script/script.h>

CScript&
operator<<(CScript const& b) = delete;

Return Value

Reference to the current object

Parameters

Name

Description

b

The right operand

Created with MrDocs