Alexandria
2.27.0
SDC-CH common library for the Euclid project
|
#include "Pyston/Graph/Cast.h"
#include "Pyston/Graph/Function.h"
#include <boost/python.hpp>
#include <boost/mpl/vector.hpp>
#include <memory>
Go to the source code of this file.
Namespaces | |
Pyston | |
Functions | |
template<typename Signature > | |
static boost::python::object | Pyston::makeFunction (const std::string &repr, std::function< Signature > functor) |
template<typename Signature > | |
static boost::python::object | Pyston::makeBinaryFunction (const std::string &repr, std::function< Signature > functor, bool reversed=false) |