#include "action-container.h"
|
| template<typename F , typename... Args> |
| | fcn_elem (F &&fcn, Args &&... args) |
| |
| void | run (void) |
| |
|
| std::function< void(void)> | m_fcn |
| |
Definition at line 70 of file action-container.h.
◆ fcn_elem()
template<typename F , typename... Args>
| action_container::fcn_elem::fcn_elem |
( |
F && |
fcn, |
|
|
Args &&... |
args |
|
) |
| |
|
inline |
◆ run()
| void action_container::fcn_elem::run |
( |
void |
| ) |
|
|
inlinevirtual |
◆ m_fcn
| std::function<void (void)> action_container::fcn_elem::m_fcn |
|
private |
The documentation for this class was generated from the following file: