|
Bifrost SDK
Bifrost SDK documentation
|
A callback that can be attached to a StopToken. More...
#include <StopToken.h>
Public Member Functions | |
| ~StopCallback ()=default | |
| Destructor. More... | |
| template<typename C > | |
| StopCallback (StopToken const &token, C &&cb) | |
| Constructor. More... | |
| template<typename C > | |
| StopCallback (StopToken &&token, C &&cb) | |
| Constructor. More... | |
| StopCallback (StopCallback const &)=delete | |
| StopCallback is not copyable nor movable. More... | |
| StopCallback (StopCallback &&) noexcept=delete | |
| StopCallback is not copyable nor movable. More... | |
| StopCallback & | operator= (StopCallback const &)=delete |
| StopCallback is not copyable nor movable. More... | |
| StopCallback & | operator= (StopCallback &&) noexcept=delete |
| StopCallback is not copyable nor movable. More... | |
A callback that can be attached to a StopToken.
std::stop_callback. Definition at line 181 of file StopToken.h.
|
inline |
Constructor.
Definition at line 186 of file StopToken.h.
|
inline |
Constructor.
Definition at line 190 of file StopToken.h.
|
delete |
StopCallback is not copyable nor movable.
|
deletenoexcept |
StopCallback is not copyable nor movable.
|
default |
Destructor.
|
deletenoexcept |
StopCallback is not copyable nor movable.
|
delete |
StopCallback is not copyable nor movable.