thrust::random::operator<<
Defined in thrust/random/discard_block_engine.h
- 
template<typename Engine, size_t p, size_t r, typename CharT, typename Traits>
 std::basic_ostream<CharT, Traits> &thrust::random::operator<<(std::basic_ostream<CharT, Traits> &os, const discard_block_engine<Engine, p, r> &e)
- This function streams a discard_block_engine to a - std::basic_ostream.- Parameters
- os – The - basic_ostreamto stream out to.
- e – The - discard_block_engineto stream out.
 
- Returns
- os