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

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

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

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 Engine, size_t p, size_t r > bool operator==( const shuffle_order_engine<Engine,p,r>& lhs, const shuffle_order_engine<Engine,p,r>& rhs );
(1) ( C++11)
template< class Engine, size_t p, size_t r > bool operator==( const shuffle_order_engine<Engine,p,r>& lhs, const shuffle_order_engine<Engine,p,r>& rhs );
(2) ( C++11)
. , ( ) , , operator().
:
Compares two pseudo-random number engine adaptors. Two engine adaptors are equal, if their underlying engines are equal and their internal state (if any) is equal, that is, if they would generate equivalent values for any number of calls of operator().
Google.
. .

lhs, rhs
:
engine adaptors to compare
Google.
. .

1)
true, , false .
:
true if the engine adaptors are equivalent, false otherwise.
Google.
. .
2)
true, , false .
:
true if the engine adaptors are not equivalent, false otherwise.
Google.
. .

()


Web Proxy Viewer  |  New URL  |  Original Page