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