Copy constructor.
Declared in <absl/random/bit_gen_ref.h>
<absl/random/bit_gen_ref.h>
constexpr BitGenRef(BitGenRef const& other) = default;
Name
Description
other
The source object.
Created with MrDocs