#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 69 of file action-container.h.
◆ fcn_elem()
template<typename F , typename... Args>
octave::action_container::fcn_elem::fcn_elem |
( |
F && |
fcn, |
|
|
Args &&... |
args |
|
) |
| |
|
inline |
◆ run()
void octave::action_container::fcn_elem::run |
( |
void |
| ) |
|
|
inlinevirtual |
◆ m_fcn
std::function<void (void)> octave::action_container::fcn_elem::m_fcn |
|
private |
The documentation for this class was generated from the following file: