Class DoNothing
Defined in File callback_helpers.h
Class Documentation
-
class DoNothing
Public Functions
-
template<typename ...Args>
inline operator OnceCallback<void(Args...)>()
-
template<typename ...Args>
inline operator RepeatingCallback<void(Args...)>()
Public Static Functions
-
template<typename ...Args>
static inline OnceCallback<void(Args...)> Once()
-
template<typename ...Args>
static inline RepeatingCallback<void(Args...)> Repeatedly()
-
template<typename ...Args>