Home
last modified time | relevance | path

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

/third_party/boost/boost/beast/core/
Dstream_traits.hpp331 using is_async_read_stream = __see_below__; typedef
334 struct is_async_read_stream : std::false_type {}; struct
337 struct is_async_read_stream<T, boost::void_t<decltype( struct