"...git@developer.sourcefind.cn:gaoqiong/pybind11.git" did not exist on "f3ce00eaed443ae1375364866dc74c10bd864558"
Added metatypes for dealing with functions/lambdas
`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.
Showing
Please register or sign in to comment