CScriptNum::operator+=

Adds an integer to this value in place.

Synopsis

Declared in <script/script.h>

CScriptNum&
operator+=(int64_t const& rhs);

Return Value

A reference to this value.

Parameters

NameDescription
rhsInteger addend.