Generates a sequence of unique random sorted values.
More...
|
using | state_type = std::true_type |
|
Generates a sequence of unique random sorted values.
◆ unique_sorted_sequence()
stapl::unique_sorted_sequence::unique_sorted_sequence |
( |
unique_sorted_sequence const & |
seq, |
|
|
std::size_t |
offset |
|
) |
| |
Creates a functor that is initialized to generate elements beginning at the offset position in the sequence.
- Parameters
-
seq | The sequence functor is passed in to allow offset-independent state to be copied. |
offset | The offset to be copied. |
The documentation for this class was generated from the following file: