Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/
Dassociated_executor.hpp31 struct associated_executor_impl struct
33 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, struct
47 typedef typename T::executor_type type;
49 static type get(const T& t, const E& = E()) BOOST_ASIO_NOEXCEPT in get()