thrust::random::operator==
Defined in thrust/random/discard_block_engine.h
-
template<typename Engine, size_t p, size_t r>
bool thrust::random::operator==(const discard_block_engine<Engine, p, r> &lhs, const discard_block_engine<Engine, p, r> &rhs) This function checks two
discard_block_enginesfor equality.- Parameters
lhs – The first
discard_block_engineto test.rhs – The second
discard_block_engineto test.
- Returns
trueiflhsis equal torhs;false, otherwise.