Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/process/include/boost/process/detail/
Dasync_handler.hpp85 struct needs_io_context<T, Args...> struct
87 typedef typename needs_io_context<Args...>::type next;
88 typedef typename does_require_io_context<T>::type is_ios;
91 next>::type type;
95 struct needs_io_context<T> struct
97 typedef typename does_require_io_context<T>::type type;