pybind11
概要
Python と C++11 連携ライブラリ。 Boost.Python、swig等の代替。ヘッダのみで動作するのでかなり便利。
公式サイト
- GitHub - pybind/pybind11: Seamless operability between C++11 and Python
- pybind11 --- Seamless operability between C++11 and Python --- pybind11 2.2.dev0 documentation
Python と C++11 連携ライブラリ。 Boost.Python、swig等の代替。ヘッダのみで動作するのでかなり便利。