mp_units::extreme_value_distribution::param

param overloads

Synopses

Declared in <bits/random.h>

Returns the parameter set of the distribution.

param_type
param() const;
» more...

Sets the parameter set of the distribution.

void
param(param_type const& __param);
» more...

Parameters

Name Description
__param The new parameter set of the distribution.