Malloy
Loading...
Searching...
No Matches
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));
}
Definition: type_traits.hpp:68
Definition: type_traits.hpp:56