... example.cpp */ PYBIND11_MODULE(examplelib, m) { // optional module docstring m.doc() = "pybind11 example plugin"; // FUNCTIONS // expose add function, ...
確定! 回上一頁