[#absl-operator_rshift-02f] = xref:absl.adoc[absl]::operator>> :relfileprefix: ../ :mrdocs: Reads the distribution from an input stream. == Synopsis Declared in `<absl/random/discrete_distribution.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< typename CharT, typename Traits, typename IntType> std::basic_istream<CharT, Traits>& operator>>( std::basic_istream<CharT, Traits>& is, xref:absl/discrete_distribution.adoc[discrete_distribution<IntType>]& x); ---- == Return Value A reference to the input stream. == Parameters [cols="1,4"] |=== | Name| Description | *is* | The input stream to read from. | *x* | The distribution to read into. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#