[#absl-SeedGenException-operator_assign-0a] = xref:absl.adoc[absl]::xref:absl/SeedGenException.adoc[SeedGenException]::operator= :relfileprefix: ../../ :mrdocs: Assignment operator == Synopsis Declared in `<absl/random/seed_gen_exception.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr exception& operator=(exception const& value) = default; ---- == Return Value Base class for all library exceptions. == Parameters [cols="1,4"] |=== | Name| Description | *value* | The object to copy assign from |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#