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

#include "action-container.h"

Inheritance diagram for octave::action_container::fcn_elem:
Collaboration diagram for octave::action_container::fcn_elem:

Public Member Functions

template<typename F , typename... Args>
 fcn_elem (F &&fcn, Args &&... args)
 
void run (void)
 

Private Attributes

std::function< void(void)> m_fcn
 

Detailed Description

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

Constructor & Destructor Documentation

◆ fcn_elem()

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

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

Member Function Documentation

◆ run()

void octave::action_container::fcn_elem::run ( void  )
inlinevirtual

Reimplemented from octave::action_container::elem.

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

Member Data Documentation

◆ m_fcn

std::function<void (void)> octave::action_container::fcn_elem::m_fcn
private

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


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