Addition assignment operators
Synopses
Declared in <script/script.h>
Adds another CScriptNum to this value in place.
CScriptNum&
operator+=(CScriptNum const& rhs);
Adds an integer to this value in place.
CScriptNum&
operator+=(int64_t const& rhs);
Return Value
A reference to this value.
Parameters
Name |
Description |
rhs |
Value to add. |
Created with MrDocs