thrust::random::operator>>
Defined in thrust/random/subtract_with_carry_engine.h
-
template<typename UIntType_, size_t w_, size_t s_, size_t r_, typename CharT, typename Traits>
std::basic_istream<CharT, Traits> &thrust::random::operator>>(std::basic_istream<CharT, Traits> &is, subtract_with_carry_engine<UIntType_, w_, s_, r_> &e) This function streams a subtract_with_carry_engine in from a std::basic_istream.
- Parameters
is – The
basic_istream
to stream from.e – The
subtract_with_carry_engine
to stream in.
- Returns
is