tec::Command
#include <command-queue.hpp>
Public Functions
| Name | |
|---|---|
| Command(std::function< void(T *)> && command) | |
| Command(Command && c) |
Public Attributes
| Name | |
|---|---|
| std::function< void(T *)> | command |
Detailed Description
template <class T >
struct tec::Command;
Public Functions Documentation
function Command
inline Command(
std::function< void(T *)> && command
)
function Command
inline Command(
Command && c
)
Public Attributes Documentation
variable command
std::function< void(T *)> command;
Updated on 2022-07-24 at 19:27:35 +0000