mirror of
https://github.com/pybind/pybind11.git
synced 2025-02-16 21:57:55 +00:00
This adds a `detail::cast_op<T>(caster)` function which handles the rather verbose: caster.operator typename CasterType::template cast_op_type<T>() which allows various places to use the shorter and clearer: cast_op<T>(caster) instead of the full verbose cast operator invocation. |
||
---|---|---|
.. | ||
pybind11 |