We have to repeat PYBIND11_READABLE_FUNCTION_SIGNATURE_EXPR in decltype() because C++11 doesn't allow functions to return `auto`. (We don't know the type because it's some variant of detail::descr with unknown N.)
| 272 | // know the type because it's some variant of detail::descr<N> with |
| 273 | // unknown N.) |
| 274 | static constexpr sig_type sig() { return PYBIND11_READABLE_FUNCTION_SIGNATURE_EXPR; } |
| 275 | |
| 276 | public: |
| 277 | static constexpr sig_type kSig = sig(); |
nothing calls this directly
no outgoing calls
no test coverage detected