halcheck
1.0
Loading...
Searching...
No Matches
halcheck
gen
arbitrary
container
container
element
element_of
guard
index
label
one
one
optional
range
retry
retry
sample
scale
schedule
size
succeed
variant
◆
retry()
[1/2]
template<typename F >
lib::invoke_result_t
< F,
lib::atom
> halcheck::gen::retry
(
lib::atom
id
,
F
func
)
Executes a function. If the function calls discard, then it is retried, up to 100 times.
Template Parameters
F
The type of function to call.
Parameters
id
A unique identifier for the generated value.
func
The function to call.
Returns
The result of func.
Generated by
1.12.0