Copy constructor.

Synopsis

Declared in <absl/random/bit_gen_ref.h>

constexpr
BitGenRef(BitGenRef const& other) = default;

Parameters

Name

Description

other

The source object.

Created with MrDocs