[#arith_uint256-operator_assign-0d4] = xref:arith_uint256.adoc[arith_uint256]::operator= :relfileprefix: ../ :mrdocs: Copy‐assigns a big integer from another of the same width. == Synopsis Declared in `<arith_uint256.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr xref:base_uint-02.adoc[base_uint<256>]& operator=(xref:base_uint-02.adoc[base_uint<256>] const& b) = default; ---- == Return Value A reference to this object. == Parameters [cols="1,4"] |=== | Name| Description | *b* | The value to copy. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#