Functions | |
boost::python::arg | operator""_a (const char *name, std::size_t) |
A string literal returning a boost::python::arg. More... | |
|
inline |
A string literal returning a boost::python::arg.
Using-declare this operator or do using namespace eigenpy::literals
. Then bp::arg("matrix")
can be replaced by the literal "matrix"_a
.