Searched defs:associated_executor_impl (Results 1 – 1 of 1) sorted by relevance
31 struct associated_executor_impl struct33 typedef void asio_associated_executor_is_unspecialised;35 typedef E type;37 static type get(const T&, const E& e = E()) BOOST_ASIO_NOEXCEPT in get()44 struct associated_executor_impl<T, E, struct47 typedef typename T::executor_type type;49 static type get(const T& t, const E& = E()) BOOST_ASIO_NOEXCEPT in get()