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

Tests whether a predicate holds for all elements of a list. More...

#include <type_list.hpp>

Static Public Attributes

static constexpr bool value
 

Detailed Description

template<class List, template< class > class Pred>
struct caf::detail::tl_forall< List, Pred >

Tests whether a predicate holds for all elements of a list.

Member Data Documentation

◆ value

template<class List , template< class > class Pred>
constexpr bool caf::detail::tl_forall< List, Pred >::value
staticconstexpr
Initial value:
=
Pred<tl_head_t<List>>::value
&& tl_forall<tl_tail_t<List>, Pred>::value

The documentation for this struct was generated from the following file: