class Gambit::Backends::python_function

Holds the info about a python backend function, and defines conversion functions. More…

#include <python_function.hpp>

Public Functions

Name
python_function(const str & , const str & , const str & )
Constructor.
TYPEoperator()(ARGS && …)
Operation (execute function and return value)

Detailed Description

template <typename TYPE ,
typename... ARGS>
class Gambit::Backends::python_function;

Holds the info about a python backend function, and defines conversion functions.

Public Functions Documentation

function python_function

inline python_function(
    const str & ,
    const str & ,
    const str & 
)

Constructor.

function operator()

inline TYPE operator()(
    ARGS && ...
)

Operation (execute function and return value)


Updated on 2023-06-26 at 21:36:51 +0000