libdisplaydevice latest
C++ library to modify display devices.
display_device::detail::ExecuteWithoutStopToken Concept Reference

Check if the function signature matches the acceptable signature for RetryScheduler::execute without a stop token. More...

#include <src/common/include/display_device/retry_scheduler.h>

Concept definition

template<class T, class FunctionT>
concept display_device::detail::ExecuteWithoutStopToken = requires(FunctionT exec_fn, T &value) { exec_fn(value); }
Check if the function signature matches the acceptable signature for RetryScheduler::execute without ...
Definition retry_scheduler.h:101

Detailed Description

Check if the function signature matches the acceptable signature for RetryScheduler::execute without a stop token.