class Gambit::Backends::mathematica_function
Holds the info about a Mathematica backend function, and defines conversion functions. More…
#include <mathematica_function.hpp>
Public Functions
Name | |
---|---|
mathematica_function(const str & be, const str & ver, const str & symbol) Constructor. | |
TYPE | operator()(ARGS &&… args) Operation (execute function and return value) |
Detailed Description
template <typename TYPE ,
typename... ARGS>
class Gambit::Backends::mathematica_function;
Holds the info about a Mathematica backend function, and defines conversion functions.
Public Functions Documentation
function mathematica_function
inline mathematica_function(
const str & be,
const str & ver,
const str & symbol
)
Constructor.
function operator()
inline TYPE operator()(
ARGS &&... args
)
Operation (execute function and return value)
Updated on 2024-07-18 at 13:53:30 +0000