operator==,!=(std::exponential_distribution)
cppreference.com
[] |
Google. . , . , . |
<metanoindex/>
<tbody> </tbody> template< class ResultType > bool operator==( const exponential_distribution<ResultType>& lhs, const exponential_distribution<ResultType>& rhs ); |
(1) | |
template< class ResultType > bool operator!=( const exponential_distribution<ResultType>& lhs, const exponential_distribution<ResultType>& rhs ); |
(2) | |
. , .
:
Compares two distribution objects. Two distribution objects are equal when parameter values and internal state is the same.
1)
.
2)
.
| lhs, rhs |
1)
2)
.