.TH "std::binomial_distribution< _IntType >::param_type" 3cxx "libstdc++" \" -*- nroff -*-
.ad l
.nh
.SH NAME
std::binomial_distribution< _IntType >::param_type
.SH SYNOPSIS
.br
.PP
.PP
\fC#include <random\&.h>\fP
.SS "Public Types"

.in +1c
.ti -1c
.RI "\fBtypedef\fP \fBbinomial_distribution\fP< _IntType > \fBdistribution_type\fP"
.br
.in -1c
.SS "Public Member Functions"

.in +1c
.ti -1c
.RI "\fBparam_type\fP (_IntType __t, double __p=0\&.5)"
.br
.ti -1c
.RI "double \fBp\fP () \fBconst\fP"
.br
.ti -1c
.RI "_IntType \fBt\fP () \fBconst\fP"
.br
.in -1c
.SS "Friends"

.in +1c
.ti -1c
.RI "\fBclass\fP \fBbinomial_distribution< _IntType >\fP"
.br
.ti -1c
.RI "bool \fBoperator!=\fP (\fBconst\fP \fBparam_type\fP &\fB__p1\fP, \fBconst\fP \fBparam_type\fP &\fB__p2\fP)"
.br
.ti -1c
.RI "bool \fBoperator==\fP (\fBconst\fP \fBparam_type\fP &\fB__p1\fP, \fBconst\fP \fBparam_type\fP &\fB__p2\fP)"
.br
.in -1c
.SH "Detailed Description"
.PP 

.SS "template<\fBtypename\fP _IntType = int>
.br
struct std::binomial_distribution< _IntType >::param_type"Parameter type\&. 

.SH "Author"
.PP 
Generated automatically by Doxygen for libstdc++ from the source code\&.