Home
last modified time | relevance | path

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

/third_party/boost/boost/process/detail/
Dasync_handler.hpp66 struct has_async_handler<T, Args...> struct
68 typedef typename has_async_handler<Args...>::type next;
69 typedef typename is_async_handler<T>::type is_ios;
72 next>::type type;
76 struct has_async_handler<T> struct
78 typedef typename is_async_handler<T>::type type;