C++11 to Python binding library for seamless interoperability
Seamless operability between C++11 and Python
pybind11$ python3 -m pybind11 --includes$ c++ -O3 -Wall -shared -std=c++11 $(python3 -m pybind11 --includes) example.cpp -o example$(python3-config --extension-suffix)$ python3 -c 'import pybind11; print(pybind11.get_cmake_dir())'