Malloy
|
Helper for the is_container_of_if<...> concept. More...
#include <type_traits.hpp>
Public Member Functions | |
template<sats_pred< Cond >... Ts> | |
void | operator() (const A< Ts... > &) const |
Helper for the is_container_of_if<...> concept.
Essentially an expanded lambda of []<sats_pred<Cond>... Ts>(const A<Ts...>&) {}
Cond | the condition to use. Must be usable as a predicate for sats_pred |