10 #define ALIAS_PYBIND_H 12 #include <pybind11/pybind11.h>
To bind Json to Python, a custom type caster of pybind11* is required.
To bind Eigen to Python (and Numpy), pybind11 needs to include an additional header.
To bind C++ Standard Template Library to Python, pybind11 needs to include an additional header...