|
template<typename... Args> |
auto | with_time_limit (Args &&... _value) -> std::decay_t< decltype(*(this->self()))> & |
|
parameters_type & | with_loggers (Args &&... _value) |
| Provides the loggers to be added to the factory and its generated objects in a fluent interface.
|
|
std::unique_ptr< Factory > | on (std::shared_ptr< const Executor > exec) const |
| Creates a new factory on the specified executor.
|
|
|
std::chrono::nanoseconds | time_limit {10000000000LL} |
| Amount of seconds to wait (default value: 10 seconds)
|
|
The documentation for this struct was generated from the following file: