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