Malloy
Loading...
Searching...
No Matches
malloy
concepts
is_container_of_if
malloy::concepts::is_container_of_if Concept Reference
Concept definition
template
<
typename
T,
template
<
typename
... >
typename
Container,
template
<
typename
>
typename
Cond>
concept
malloy::concepts::is_container_of_if
=
requires
(
const
T& v,
const
detail::is_container_of_helper<Container, Cond>& h)
{
h(v);
}
malloy::concepts::is_container_of_if
Definition:
type_traits.hpp:95
Generated by
1.9.6