[#base_uint-02-operator_plus_eq-03] = xref:base_uint-02.adoc[base_uint]::operator+= :relfileprefix: ../ :mrdocs: Adds a 64‐bit value to this big integer in place. == Synopsis Declared in `<arith_uint256.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:base_uint-02.adoc[base_uint]& operator+=(uint64_t b64); ---- == Return Value A reference to this object. == Parameters [cols="1,4"] |=== | Name| Description | *b64* | The value to add. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#