Jpp test-rotations-old
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 353 of file JFunctional.hh.

Constructor & Destructor Documentation

◆ JCompiler()

JTOOLS::JCompiler::JCompiler ( )
inline

Default constructor.

Definition at line 357 of file JFunctional.hh.

358 {}

Member Function Documentation

◆ operator()()

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

Compile function.

Parameters
functionfunction
Returns
this compiler

Definition at line 367 of file JFunctional.hh.

368 {
369 function.compile();
370
371 return *this;
372 }

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