How to get pointer of an overloaded template member function, getting the pointer of non templated one
I have the following scenario:
pybind bindings with numba
im trying to use numba and pybind bindings.
Pass a reference to python with pybind11
I ahve a class which hold an std::vector. I have a method to get a reference to that vector.