Searched refs:does_require_io_context (Results 1 – 3 of 3) sorted by relevance
30 using ::boost::process::detail::posix::does_require_io_context;33 using ::boost::process::detail::windows::does_require_io_context;88 typedef typename does_require_io_context<T>::type is_ios;97 typedef typename does_require_io_context<T>::type type;
29 struct does_require_io_context : std::is_base_of<require_io_context, T> {}; struct32 struct does_require_io_context<T&> : std::is_base_of<require_io_context, T> {}; struct35 struct does_require_io_context<const T&> : std::is_base_of<require_io_context, T> {}; struct