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

Check if the function signature matches the acceptable signature for RetryScheduler::execute. More...

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

Concept definition

template<class T, class FunctionT>
Check if the function signature matches the acceptable signature for RetryScheduler::execute.
Definition retry_scheduler.h:116
Check if the function signature matches the acceptable signature for RetryScheduler::execute with a s...
Definition retry_scheduler.h:108
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.