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