libqi-api  2.8.7.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
qi::detail::StrandedUnwrapped< F > Member List

This is the complete list of members for qi::detail::StrandedUnwrapped< F >, including all inherited members.

is_asyncqi::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