[#absl-poisson_distribution-param-00] = xref:absl.adoc[absl]::xref:absl/poisson_distribution.adoc[poisson_distribution]::param :relfileprefix: ../../ :mrdocs: `param` overloads == Synopses Declared in `<absl/random/poisson_distribution.h>` Returns the parameter set of the distribution. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:absl/poisson_distribution/param_type.adoc[param_type] xref:absl/poisson_distribution/param-0e.adoc[param]() const; ---- [.small]#xref:absl/poisson_distribution/param-0e.adoc[_» more..._]# Sets the parameter set of the distribution. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void xref:absl/poisson_distribution/param-07.adoc[param](xref:absl/poisson_distribution/param_type.adoc[param_type] const& p); ---- [.small]#xref:absl/poisson_distribution/param-07.adoc[_» more..._]# == Return Value The current parameter set. == Parameters [cols="1,4"] |=== | Name| Description | *p* | The new parameter set. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#