| 2150 | = ::pybind11::detail::concat(type_descr(make_caster<Args>::name)...); |
| 2151 | |
| 2152 | bool load_args(function_call &call) { return load_impl_sequence(call, indices{}); } |
| 2153 | |
| 2154 | template <typename Return, typename Guard, typename Func> |
| 2155 | // NOLINTNEXTLINE(readability-const-return-type) |