23namespace metaprogramming
53template<
typename...
Types>
62template<
typename T,
typename...
Rest>
90template<
typename...
L>
99template<
typename T,
typename...
Rest>
128template<
typename...
L>
137template<
typename T,
typename Rest>
140template<
typename T,
template<
class...>
class L,
typename...
Rest>
164template<
typename T,
typename Rest>
173template<
typename From,
template<
class...>
class To>
177 template<
class...>
class From,
179 template<
class...>
class To>
202template<
typename From,
template<
class...>
class To>
220 template<
class...>
class From,
222 template<
class...>
class To,
235 template<
class...>
class From,
236 template<
class...>
class To,
272 template<
class...>
class Predicate,
277 static constexpr bool value = Predicate<H>::value &&
282 template<
class...>
class Predicate,
286 static constexpr bool value = Predicate<H>::value;
293 template<
class...>
class Predicate,
324template<
template<
class...>
class Predicate,
typename...
List >
run_on_this_thread_settings_t< Traits > on_this_thread()
A special marker for the case when http_server must be run on the context of the current thread.