Tests whether a predicate holds for all elements of a list.
More...
#include <type_list.hpp>
|
static constexpr bool | value |
|
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.
◆ value
template<class List , template< class > class Pred>
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:
- /build/actor-framework-32Iib3/actor-framework-0.17.6/libcaf_core/caf/detail/type_list.hpp