Malloy
Loading...
Searching...
No Matches
malloy
client
concepts
http_callback
malloy::client::concepts::http_callback Concept Reference
Concept definition
template
<
typename
F,
typename
Filter>
concept
malloy::client::concepts::http_callback
=
response_filter<Filter>
&& std::move_constructible<F>&&
requires
(F cb,
const
Filter& f,
const
typename
Filter::header_type& h)
{
std::visit(detail::http_cb_helper<F>{std::move(cb)}, f.body_for(h));
}
malloy::client::concepts::http_callback
Definition:
type_traits.hpp:68
malloy::client::concepts::response_filter
Definition:
type_traits.hpp:56
Generated by
1.9.6