libqi-api
2.8.7.4
|
This is the complete list of members for qi::detail::StrandedUnwrapped< F >, including all inherited members.
is_async | qi::detail::StrandedUnwrapped< F > | static |
operator()(Args &&...args) const -> decltype(tryUnwrap(_stranded(std::forward< Args >(args)...))) | qi::detail::StrandedUnwrapped< F > | inline |
operator()(Args &&...args) -> decltype(tryUnwrap(_stranded(std::forward< Args >(args)...))) | qi::detail::StrandedUnwrapped< F > | inline |
StrandedUnwrapped(FF &&f, const boost::weak_ptr< StrandPrivate > &strand, const boost::function< void()> &onFail, ExecutionOptions options) | qi::detail::StrandedUnwrapped< F > | inline |