GNU Octave  9.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
action_container::fcn_elem Class Reference

#include "action-container.h"

Inheritance diagram for action_container::fcn_elem:
action_container::elem

Public Member Functions

template<typename F , typename... Args>
 fcn_elem (F &&fcn, Args &&... args)
 
void run ()
 
- Public Member Functions inherited from action_container::elem
 elem ()
 
virtual ~elem ()=default
 

Detailed Description

Definition at line 83 of file action-container.h.

Constructor & Destructor Documentation

◆ fcn_elem()

template<typename F , typename... Args>
action_container::fcn_elem::fcn_elem ( F &&  fcn,
Args &&...  args 
)
inline

Definition at line 91 of file action-container.h.

Member Function Documentation

◆ run()

void action_container::fcn_elem::run ( )
inlinevirtual

Reimplemented from action_container::elem.

Definition at line 95 of file action-container.h.


The documentation for this class was generated from the following file: