[#base_uint-02-operator_dec-0d] = xref:base_uint-02.adoc[base_uint]::operator‐‐ :relfileprefix: ../ :mrdocs: Pre‐decrements the value by one. == Synopsis Declared in `<arith_uint256.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:base_uint-02.adoc[base_uint]& operator‐‐(); ---- == Return Value A reference to this object after decrementing. [.small]#Created with https://www.mrdocs.com[MrDocs]#