Function eigenpy::literals::operator””_a
Defined in File fwd.hpp
Function Documentation
-
inline boost::python::arg eigenpy::literals::operator""_a(const char *name, std::size_t)
A string literal returning a boost::python::arg.
Using-declare this operator or do
using namespace eigenpy::literals
. Thenbp::arg("matrix")
can be replaced by the literal"matrix"_a
.