Reads the distribution from an input stream.
Declared in <absl/random/exponential_distribution.h>
template<
typename CharT,
typename Traits,
typename RealType>
std::basic_istream<CharT, Traits>&
operator>>(
std::basic_istream<CharT, Traits>& is,
exponential_distribution<RealType>& x);
A reference to the input stream.
| Name | Description |
|---|---|
| is | The input stream to read from. |
| x | The distribution to read into. |