mirror of
https://github.com/pybind/pybind11.git
synced 2025-01-19 09:25:51 +00:00
926e2cf333
This allows calling of functions (typically void) over a parameter pack, replacing usage such as: bool unused[] = { (voidfunc(param_pack_arg), false)..., false }; (void) unused; with a much cleaner: PYBIND11_EXPAND_SIDE_EFFECTS(voidfunc(param_pack_arg)); |
||
---|---|---|
.. | ||
pybind11 |