Define PINOCCHIO_PYBIND11_TYPE_CASTER

Define Documentation

PINOCCHIO_PYBIND11_TYPE_CASTER(native_type, boost_python_name)

Add a PyBind11 type caster.

Using type caster has the advantage of not requiring to wrap the exposed functions but the disadvantage of systematically requiring a copy.

See PyBind11 documentation