Searched defs:function_object (Results 1 – 3 of 3) sorted by relevance
20 struct function_object : Base { struct22 using type = T;23 using error_t = error_type<T>;24 using function_type = typename Base::function_object_signature;25 using arg_types = typename Base::non_invoke_arg_types;26 using non_invoke_arg_types = arg_types;28 static constexpr const bool value = std::is_class<31 using traits = function_object;32 using class_type = error_t;33 using invoke_type = error_t;[all …]
53 int catch_exceptions( Generator function_object, in catch_exceptions()
746 object function_object( in function_object() function756 object function_object(py_function const& f) in function_object() function