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. | |
TYPE | operator()(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 2024-07-18 at 13:53:30 +0000