absl::BitGenRef::operator=

Move assignment operator.

Synopsis

Declared in <absl/random/bit_gen_ref.h>

constexpr
BitGenRef&
operator=(BitGenRef&& other) = default;

Return Value

A reference to this object.

Parameters

NameDescription
otherThe source object.