Alexandria 2.31.0
SDC-CH common library for the Euclid project
Loading...
Searching...
No Matches
Static Public Member Functions | List of all members
Pyston::makeFunctionHelper< R(const Context &, Args...)> Struct Template Reference

#include <Helpers.h>

Static Public Member Functions

static boost::python::object make (const std::string &repr, std::function< R(const Context &, Args...)> functor)
 

Detailed Description

template<typename R, typename... Args>
struct Pyston::makeFunctionHelper< R(const Context &, Args...)>

Create a function factory for functions that expect a context

Definition at line 37 of file Helpers.h.

Member Function Documentation

◆ make()

template<typename R , typename... Args>
static boost::python::object Pyston::makeFunctionHelper< R(const Context &, Args...)>::make ( const std::string repr,
std::function< R(const Context &, Args...)>  functor 
)
inlinestatic

Definition at line 38 of file Helpers.h.


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