CAF  0.17.6
Static Public Attributes | List of all members
caf::detail::tl_binary_forall< ListA, ListB, Pred > Struct Template Reference

Tests whether a binary predicate holds for all corresponding elements of ListA and ListB. More...

#include <type_list.hpp>

Static Public Attributes

static constexpr bool value
 

Detailed Description

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.

Member Data Documentation

◆ value

template<class ListA , class ListB , template< class, class > class Pred>
constexpr bool caf::detail::tl_binary_forall< ListA, ListB, Pred >::value
staticconstexpr
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: