Jpp master_rocky-44-g75b7c4f75
the software that should make you happy
Loading...
Searching...
No Matches
JTOOLS::JCompiler Struct Reference

Functional object compiler. More...

#include <JFunctional.hh>

Public Member Functions

 JCompiler ()
 Default constructor.
 
const JCompileroperator() (JFunctional<> &function) const
 Compile function.
 

Detailed Description

Functional object compiler.

Definition at line 358 of file JFunctional.hh.

Constructor & Destructor Documentation

◆ JCompiler()

JTOOLS::JCompiler::JCompiler ( )
inline

Default constructor.

Definition at line 362 of file JFunctional.hh.

363 {}

Member Function Documentation

◆ operator()()

const JCompiler & JTOOLS::JCompiler::operator() ( JFunctional<> & function) const
inline

Compile function.

Parameters
functionfunction
Returns
this compiler

Definition at line 372 of file JFunctional.hh.

373 {
374 function.compile();
375
376 return *this;
377 }

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