Assignment operators
Synopses
Declared in <absl/random/bit_gen_ref.h>
Copy assignment operator.
constexpr
BitGenRef&
operator=(BitGenRef const& other) = default;
Move assignment operator.
constexpr
BitGenRef&
operator=(BitGenRef&& other) = default;
Return Value
A reference to this object.
Parameters
Name |
Description |
other |
The source object. |
Created with MrDocs