absl::BitGenRef::BitGenRef

Move constructor.

Synopsis

Declared in <absl/random/bit_gen_ref.h>

constexpr
BitGenRef(BitGenRef&& other) = default;

Parameters

NameDescription
otherThe source object.