[#absl-BitGenRef-2constructor-0b] = xref:absl.adoc[absl]::xref:absl/BitGenRef.adoc[BitGenRef]::BitGenRef :relfileprefix: ../../ :mrdocs: Move constructor. == Synopsis Declared in `<absl/random/bit_gen_ref.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr BitGenRef(xref:absl/BitGenRef.adoc[BitGenRef]&& other) = default; ---- == Parameters [cols="1,4"] |=== | Name| Description | *other* | The source object. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#