fit::deferred_action

Summary

Constructors and Destructors

deferred_action()
deferred_action(decltype(nullptr))
deferred_action(T target)
deferred_action(deferred_action && other)
deferred_action(const deferred_action & other)
~deferred_action()

Public functions

call()
void
cancel()
void
operator bool() const
operator=(deferred_action && other)
operator=(decltype(nullptr))
operator=(T target)
operator=(const deferred_action & other)=delete

Public functions

call

void call()

cancel

void cancel()

deferred_action

 deferred_action()=default

deferred_action

 deferred_action(  decltype(nullptr) )

deferred_action

 deferred_action(  T target )

deferred_action

 deferred_action(  deferred_action && other )

deferred_action

 deferred_action(  const deferred_action & other )=delete

operator bool

 operator bool() const 

operator=

deferred_action & operator=(  deferred_action && other )

operator=

deferred_action & operator=(  decltype(nullptr) )

operator=

deferred_action & operator=(  T target )

operator=

deferred_action & operator=(  const deferred_action & other )=delete

~deferred_action

 ~deferred_action()