Searched refs:ResultType (Results 1 – 4 of 4) sorted by relevance
90 typedef typename traits::result_type ResultType; typedef in dbus::LambdaDbusMethod97 ResultType o; in LambdaDbusMethod()109 ResultType o; in LambdaDbusMethod()120 ResultType r = apply(h, input_args); in call()
172 using ResultType = boost::callable_traits::return_type_t<Callback>; in callFunction() typedef173 if constexpr (std::is_void_v<ResultType>) in callFunction()602 using ResultType = boost::callable_traits::return_type_t<CallbackType>; in register_method() typedef611 utility::tuple_to_array(message::types::type_id<ResultType>()); in register_method()
194 using ResultType = boost::callable_traits::return_type_t<Handler>; in executeCallback() typedef223 ResultType result; in executeCallback()
143 // < code to deduce UnpackArgsType and ResultType from Handler >151 ResultType result = std::apply(handler_, unpackArgs);