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.
TYPEoperator()(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 2023-06-26 at 21:36:51 +0000