mirror of
https://github.com/pybind/pybind11.git
synced 2025-01-31 15:20:34 +00:00
db86f7f285
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 |