mirror of
https://github.com/pybind/pybind11.git
synced 2025-01-31 15:20:34 +00:00
b4bf5ed575
`function_signature_t` extracts the function type from a function, function pointer, or lambda. `is_lambda` (which is really `is_not_a_function_or_pointer_or_member_pointer`, but that name is a bit too long) checks whether the type is (in the approprate context) a lambda. `is_function_pointer` checks whether the type is a pointer to a function. |
||
---|---|---|
.. | ||
pybind11 |