|
|
◆ container() [1/2]
template<typename T , typename F >
| T halcheck::gen::container |
( |
lib::atom | id, |
|
|
F | gen ) |
Generates a random container value.
- Template Parameters
-
| T | The type of container to generate. |
| F | A nullary function type. |
- Parameters
-
| id | A unique identifier for the generated value. |
| gen | A function producing random values for the container. |
- Returns
- A random container whose elements are drawn from gen.
|