.TH "std::discrete_distribution< _IntType >::param_type" 3cxx "Thu Feb 16 2023" "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::discrete_distribution< _IntType >::param_type .SH SYNOPSIS .br .PP .PP \fC#include \fP .SS "Public Types" .in +1c .ti -1c .RI "typedef \fBdiscrete_distribution\fP< _IntType > \fBdistribution_type\fP" .br .in -1c .SS "Public Member Functions" .in +1c .ti -1c .RI "template \fBparam_type\fP (_InputIterator __wbegin, _InputIterator __wend)" .br .ti -1c .RI "\fBparam_type\fP (const \fBparam_type\fP &)=default" .br .ti -1c .RI "\fBparam_type\fP (\fBinitializer_list\fP< double > __wil)" .br .ti -1c .RI "template \fBparam_type\fP (size_t __nw, double __xmin, double __xmax, _Func __fw)" .br .ti -1c .RI "\fBparam_type\fP & \fBoperator=\fP (const \fBparam_type\fP &)=default" .br .ti -1c .RI "\fBstd::vector\fP< double > \fBprobabilities\fP () const" .br .in -1c .SS "Friends" .in +1c .ti -1c .RI "class \fBdiscrete_distribution< _IntType >\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::discrete_distribution< _IntType >::param_type"Parameter type\&. .PP Definition at line \fB5289\fP of file \fBrandom\&.h\fP\&. .SH "Member Typedef Documentation" .PP .SS "template typedef \fBdiscrete_distribution\fP<_IntType> \fBstd::discrete_distribution\fP< _IntType >::param_type::distribution_type" .PP Definition at line \fB5291\fP of file \fBrandom\&.h\fP\&. .SH "Constructor & Destructor Documentation" .PP .SS "template \fBstd::discrete_distribution\fP< _IntType >::param_type::param_type ()\fC [inline]\fP" .PP Definition at line \fB5294\fP of file \fBrandom\&.h\fP\&. .SS "template template \fBstd::discrete_distribution\fP< _IntType >::param_type::param_type (_InputIterator __wbegin, _InputIterator __wend)\fC [inline]\fP" .PP Definition at line \fB5299\fP of file \fBrandom\&.h\fP\&. .SS "template \fBstd::discrete_distribution\fP< _IntType >::param_type::param_type (\fBinitializer_list\fP< double > __wil)\fC [inline]\fP" .PP Definition at line \fB5304\fP of file \fBrandom\&.h\fP\&. .SS "template template \fBstd::discrete_distribution\fP< _IntType >::param_type::param_type (size_t __nw, double __xmin, double __xmax, _Func __fw)" .PP Definition at line \fB2681\fP of file \fBbits/random\&.tcc\fP\&. .SH "Member Function Documentation" .PP .SS "template \fBstd::vector\fP< double > \fBstd::discrete_distribution\fP< _IntType >::param_type::probabilities () const\fC [inline]\fP" .PP Definition at line \fB5317\fP of file \fBrandom\&.h\fP\&. .SH "Friends And Related Function Documentation" .PP .SS "template friend class \fBdiscrete_distribution\fP< _IntType >\fC [friend]\fP" .PP Definition at line \fB5291\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 \fB5325\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 \fB5321\fP of file \fBrandom\&.h\fP\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.