Home
last modified time | relevance | path

Searched refs:has_get_executor (Results 1 – 25 of 39) sorted by relevance

12

/dports/devel/hyperscan/boost_1_75_0/boost/beast/core/
H A Dstream_traits.hpp166 using has_get_executor = __see_below__; typedef
169 struct has_get_executor : std::false_type {}; struct
172 struct has_get_executor<T, boost::void_t<decltype( struct
342 has_get_executor<T>::value
386 has_get_executor<T>::value
H A Dflat_stream.hpp96 BOOST_STATIC_ASSERT(has_get_executor<NextLayer>::value);
/dports/devel/boost-python-libs/boost_1_72_0/boost/beast/core/
H A Dstream_traits.hpp166 using has_get_executor = __see_below__; typedef
169 struct has_get_executor : std::false_type {}; struct
172 struct has_get_executor<T, boost::void_t<decltype( struct
342 has_get_executor<T>::value
386 has_get_executor<T>::value
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/beast/core/
H A Dstream_traits.hpp166 using has_get_executor = __see_below__; typedef
169 struct has_get_executor : std::false_type {}; struct
172 struct has_get_executor<T, boost::void_t<decltype( struct
342 has_get_executor<T>::value
386 has_get_executor<T>::value
H A Dflat_stream.hpp96 BOOST_STATIC_ASSERT(has_get_executor<NextLayer>::value);
/dports/devel/R-cran-BH/BH/inst/include/boost/beast/core/
H A Dstream_traits.hpp166 using has_get_executor = __see_below__; typedef
169 struct has_get_executor : std::false_type {}; struct
172 struct has_get_executor<T, boost::void_t<decltype( struct
342 has_get_executor<T>::value
386 has_get_executor<T>::value
H A Dflat_stream.hpp96 BOOST_STATIC_ASSERT(has_get_executor<NextLayer>::value);
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/beast/core/
H A Dstream_traits.hpp166 using has_get_executor = __see_below__; typedef
169 struct has_get_executor : std::false_type {}; struct
172 struct has_get_executor<T, boost::void_t<decltype( struct
342 has_get_executor<T>::value
386 has_get_executor<T>::value
H A Dflat_stream.hpp96 BOOST_STATIC_ASSERT(has_get_executor<NextLayer>::value);
/dports/devel/boost-libs/boost_1_72_0/boost/beast/core/
H A Dstream_traits.hpp166 using has_get_executor = __see_below__; typedef
169 struct has_get_executor : std::false_type {}; struct
172 struct has_get_executor<T, boost::void_t<decltype( struct
342 has_get_executor<T>::value
386 has_get_executor<T>::value
H A Dflat_stream.hpp96 BOOST_STATIC_ASSERT(has_get_executor<NextLayer>::value);
/dports/devel/boost-docs/boost_1_72_0/boost/beast/core/
H A Dstream_traits.hpp166 using has_get_executor = __see_below__; typedef
169 struct has_get_executor : std::false_type {}; struct
172 struct has_get_executor<T, boost::void_t<decltype( struct
342 has_get_executor<T>::value
386 has_get_executor<T>::value
H A Dflat_stream.hpp96 BOOST_STATIC_ASSERT(has_get_executor<NextLayer>::value);
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/beast/core/
H A Dtype_traits.hpp114 struct has_get_executor : std::integral_constant<bool, ...>{}; struct
117 struct has_get_executor : std::false_type {}; struct
120 struct has_get_executor<T, beast::detail::void_t<decltype( struct
199 has_get_executor<T>::value
243 has_get_executor<T>::value
/dports/devel/boost-docs/boost_1_72_0/libs/beast/test/beast/core/
H A Dstream_traits.cpp251 BOOST_STATIC_ASSERT(has_get_executor<async_read_stream>::value);
252 BOOST_STATIC_ASSERT(has_get_executor<async_write_stream>::value);
253 BOOST_STATIC_ASSERT(has_get_executor<async_stream>::value);
255 BOOST_STATIC_ASSERT(! has_get_executor<sync_read_stream>::value);
256 BOOST_STATIC_ASSERT(! has_get_executor<sync_write_stream>::value);
257 BOOST_STATIC_ASSERT(! has_get_executor<sync_stream>::value);
/dports/devel/boost-python-libs/boost_1_72_0/libs/beast/test/beast/core/
H A Dstream_traits.cpp251 BOOST_STATIC_ASSERT(has_get_executor<async_read_stream>::value);
252 BOOST_STATIC_ASSERT(has_get_executor<async_write_stream>::value);
253 BOOST_STATIC_ASSERT(has_get_executor<async_stream>::value);
255 BOOST_STATIC_ASSERT(! has_get_executor<sync_read_stream>::value);
256 BOOST_STATIC_ASSERT(! has_get_executor<sync_write_stream>::value);
257 BOOST_STATIC_ASSERT(! has_get_executor<sync_stream>::value);
/dports/devel/boost-libs/boost_1_72_0/libs/beast/test/beast/core/
H A Dstream_traits.cpp251 BOOST_STATIC_ASSERT(has_get_executor<async_read_stream>::value);
252 BOOST_STATIC_ASSERT(has_get_executor<async_write_stream>::value);
253 BOOST_STATIC_ASSERT(has_get_executor<async_stream>::value);
255 BOOST_STATIC_ASSERT(! has_get_executor<sync_read_stream>::value);
256 BOOST_STATIC_ASSERT(! has_get_executor<sync_write_stream>::value);
257 BOOST_STATIC_ASSERT(! has_get_executor<sync_stream>::value);
/dports/devel/hyperscan/boost_1_75_0/libs/beast/test/beast/core/
H A Dstream_traits.cpp251 BOOST_STATIC_ASSERT(has_get_executor<async_read_stream>::value);
252 BOOST_STATIC_ASSERT(has_get_executor<async_write_stream>::value);
253 BOOST_STATIC_ASSERT(has_get_executor<async_stream>::value);
255 BOOST_STATIC_ASSERT(! has_get_executor<sync_read_stream>::value);
256 BOOST_STATIC_ASSERT(! has_get_executor<sync_write_stream>::value);
257 BOOST_STATIC_ASSERT(! has_get_executor<sync_stream>::value);
/dports/devel/boost-docs/boost_1_72_0/boost/beast/core/detail/
H A Dget_io_context.hpp100 has_get_executor<T>{}); in get_io_context()
/dports/devel/boost-python-libs/boost_1_72_0/boost/beast/core/detail/
H A Dget_io_context.hpp100 has_get_executor<T>{}); in get_io_context()
/dports/devel/boost-libs/boost_1_72_0/boost/beast/core/detail/
H A Dget_io_context.hpp100 has_get_executor<T>{}); in get_io_context()
/dports/devel/hyperscan/boost_1_75_0/boost/beast/core/detail/
H A Dget_io_context.hpp102 has_get_executor<T>{}); in get_io_context()
/dports/devel/R-cran-BH/BH/inst/include/boost/beast/core/detail/
H A Dget_io_context.hpp102 has_get_executor<T>{}); in get_io_context()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/beast/core/detail/
H A Dget_io_context.hpp102 has_get_executor<T>{}); in get_io_context()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/beast/core/detail/
H A Dget_io_context.hpp102 has_get_executor<T>{}); in get_io_context()

12