.TH "std::gamma_distribution< _RealType >::param_type" 3cxx "Thu Feb 16 2023" "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::gamma_distribution< _RealType >::param_type .SH SYNOPSIS .br .PP .PP \fC#include \fP .SS "Public Types" .in +1c .ti -1c .RI "typedef \fBgamma_distribution\fP< _RealType > \fBdistribution_type\fP" .br .in -1c .SS "Public Member Functions" .in +1c .ti -1c .RI "\fBparam_type\fP (_RealType __alpha_val, _RealType __beta_val=_RealType(1))" .br .ti -1c .RI "_RealType \fBalpha\fP () const" .br .ti -1c .RI "_RealType \fBbeta\fP () const" .br .in -1c .SS "Friends" .in +1c .ti -1c .RI "class \fBgamma_distribution< _RealType >\fP" .br .ti -1c .RI "bool \fBoperator!=\fP (const \fBparam_type\fP &__p1, const \fBparam_type\fP &__p2)" .br .ti -1c .RI "bool \fBoperator==\fP (const \fBparam_type\fP &__p1, const \fBparam_type\fP &__p2)" .br .in -1c .SH "Detailed Description" .PP .SS "template .br struct std::gamma_distribution< _RealType >::param_type"Parameter type\&. .PP Definition at line \fB2414\fP of file \fBrandom\&.h\fP\&. .SH "Member Typedef Documentation" .PP .SS "template typedef \fBgamma_distribution\fP<_RealType> \fBstd::gamma_distribution\fP< _RealType >::param_type::distribution_type" .PP Definition at line \fB2416\fP of file \fBrandom\&.h\fP\&. .SH "Constructor & Destructor Documentation" .PP .SS "template \fBstd::gamma_distribution\fP< _RealType >::param_type::param_type ()\fC [inline]\fP" .PP Definition at line \fB2419\fP of file \fBrandom\&.h\fP\&. .SS "template \fBstd::gamma_distribution\fP< _RealType >::param_type::param_type (_RealType __alpha_val, _RealType __beta_val = \fC_RealType(1)\fP)\fC [inline]\fP, \fC [explicit]\fP" .PP Definition at line \fB2422\fP of file \fBrandom\&.h\fP\&. .SH "Member Function Documentation" .PP .SS "template _RealType \fBstd::gamma_distribution\fP< _RealType >::param_type::alpha () const\fC [inline]\fP" .PP Definition at line \fB2430\fP of file \fBrandom\&.h\fP\&. .SS "template _RealType \fBstd::gamma_distribution\fP< _RealType >::param_type::beta () const\fC [inline]\fP" .PP Definition at line \fB2434\fP of file \fBrandom\&.h\fP\&. .SH "Friends And Related Function Documentation" .PP .SS "template friend class \fBgamma_distribution\fP< _RealType >\fC [friend]\fP" .PP Definition at line \fB2416\fP of file \fBrandom\&.h\fP\&. .SS "template bool operator!= (const \fBparam_type\fP & __p1, const \fBparam_type\fP & __p2)\fC [friend]\fP" .PP Definition at line \fB2443\fP of file \fBrandom\&.h\fP\&. .SS "template bool operator== (const \fBparam_type\fP & __p1, const \fBparam_type\fP & __p2)\fC [friend]\fP" .PP Definition at line \fB2438\fP of file \fBrandom\&.h\fP\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.