[ Web Proxy ]
URL:
Viewing: https://ru.cppreference.com/cpp/numeric/random/exponential_distribution/operator_cmp [Back]  [Original]

operator==,!=(std::exponential_distribution) cppreference.com
cppreference.com

operator==,!=(std::exponential_distribution)

cppreference.com

<metanoindex/>

 
C++
(C++20)
(C++20)
(C++11)
(C++20)
/
(C++11)
(C++11)
(C++11)
(C++17)
 
(C++17)
(C++20)
(C++11)
(C++11)
(C++17)
(C++17)
(C++20)
(C++20)
(C++11)
(C++17)
(C++20)
(C++23)
(C++20)
(C++20)
(C++20)
(C++20)
(C++20)
(C++20)
(C++20)
(C++20)
(C++20)
 
 
 
<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.
Google.
. .

1)

.
:
Compares two distribution objects for equality.
Google.
. .

2)

.
:
Compares two distribution objects for inequality.
Google.
. .

lhs, rhs
:
distribution objects to compare
Google.
. .

1)

true , false
:
true if the distribution objects are equal, false otherwise
Google.
. .

2)

true , false
:
true if the distribution objects are not equal, false otherwise
Google.
. .

.


Web Proxy Viewer  |  New URL  |  Original Page