Tests whether a binary predicate holds for all corresponding elements of ListA
and ListB
.
More...
#include <type_list.hpp>
|
static constexpr bool | value |
|
template<class ListA, class ListB, template< class, class > class Pred>
struct caf::detail::tl_binary_forall< ListA, ListB, Pred >
Tests whether a binary predicate holds for all corresponding elements of ListA
and ListB
.
◆ value
template<class ListA , class ListB , template< class, class > class Pred>
Initial value:=
tl_size<ListA>::value == tl_size<ListB>::value
&& tl_forall2_impl<ListA, ListB, Pred>::value
The documentation for this struct was generated from the following file:
- /build/actor-framework-GBadMI/actor-framework-0.17.6/libcaf_core/caf/detail/type_list.hpp