Home
last modified time | relevance | path

Searched defs:function_object (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/boost/callable_traits/detail/
Dfunction_object.hpp20 struct function_object : Base { struct
22 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 …]
/third_party/boost/boost/detail/
Dcatch_exceptions.hpp53 int catch_exceptions( Generator function_object, in catch_exceptions()
/third_party/boost/libs/python/src/object/
Dfunction.cpp746 object function_object( in function_object() function
756 object function_object(py_function const& f) in function_object() function