Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Discards values in the sequence.
void discard(unsigned long long count);
Parameters
- count
The number of values to discard.
Remarks
This member function effectively calls (*this)() count times and discards each value.
Requirements
Header: <random>
Namespace: std