Writes the distribution to an output stream.
Declared in <absl/random/poisson_distribution.h>
template<
typename CharT,
typename Traits,
typename IntType>
std::basic_ostream<CharT, Traits>&
operator<<(
std::basic_ostream<CharT, Traits>& os,
poisson_distribution<IntType> const& x);
A reference to the output stream.
| Name | Description |
|---|---|
| os | The output stream to write to. |
| x | The distribution to write. |