Assignment operators
Declared in <absl/random/bit_gen_ref.h>
Copy assignment operator.
constexpr
BitGenRef&
operator=(BitGenRef const& other) = default;
» more...
Move assignment operator.
constexpr
BitGenRef&
operator=(BitGenRef&& other) = default;
» more...
A reference to this object.
| Name | Description |
|---|---|
| other | The source object. |