[#absl-poisson_distribution-max] = xref:absl.adoc[absl]::xref:absl/poisson_distribution.adoc[poisson_distribution]::max :relfileprefix: ../../ :mrdocs: Returns the largest value the distribution can produce. == Synopsis Declared in `<absl/random/poisson_distribution.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:absl/poisson_distribution/result_type.adoc[result_type] max() const; ---- == Return Value The maximum value representable by the result type. [.small]#Created with https://www.mrdocs.com[MrDocs]#