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